diff --git a/R/dataset.R b/R/dataset.R index c3150a9..36400f5 100644 --- a/R/dataset.R +++ b/R/dataset.R @@ -24,7 +24,7 @@ loadCorrectDataset <- function(x) { if (length(match) > 1) { warning("Multiple datasets exists with the same name, choosing '", datasets[match[1]], "'") } - return(data.table::fread(fullPath, header = TRUE, check.names = FALSE, data.table = FALSE, stringsAsFactors = TRUE)) + return(data.table::fread(fullPath, header = TRUE, check.names = FALSE, data.table = FALSE)) } allDatasets <- c(allDatasets, basename(datasets))