gorkang / jsPsychHelpeR

https://gorkang.github.io/jsPsychR-manual/index.html
Other
2 stars 0 forks source link

output_formats does not reach save_files #33

Closed gorkang closed 3 months ago

gorkang commented 8 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()