Closed gorkang closed 3 months ago
.targets.R has output_formats = c("csv")
save_files <- function(DF, short_name_scale, is_scale = TRUE, is_sensitive = FALSE, output_formats = c("csv", "csv2"))
But output_formats is not passed to the individual prepare_TASK() functions, so it never reaches save_files()
.targets.R has output_formats = c("csv")
save_files <- function(DF, short_name_scale, is_scale = TRUE, is_sensitive = FALSE, output_formats = c("csv", "csv2"))
But output_formats is not passed to the individual prepare_TASK() functions, so it never reaches save_files()