Skip to content

Commit

Permalink
Endpoint does not send time column anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kemihak committed Dec 12, 2024
1 parent 9924127 commit 01a17f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/importOutput.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01a17f5

Please sign in to comment.