From 01a17f582fbd0fc487b1ca055b0d72c75de9d270 Mon Sep 17 00:00:00 2001 From: kemihak Date: Thu, 12 Dec 2024 11:11:25 +0100 Subject: [PATCH] Endpoint does not send time column anymore --- R/importOutput.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/importOutput.R b/R/importOutput.R index 38612ff4..a675ecc9 100644 --- a/R/importOutput.R +++ b/R/importOutput.R @@ -328,10 +328,6 @@ if (is.null(res)) return(NULL) res_cols <- colnames(res) - #To remove when endpoint will not send time anymore - if ("time" %in% res_cols) { - res[,time:=NULL] - } cols_to_factor_lower <- c("area", "link", "cluster") cols_to_factor_lower <- intersect(cols_to_factor_lower, res_cols)