Changing NA storage file

This commit is contained in:
Louis Lacoste 2024-04-19 14:58:55 +02:00
parent c085f96a78
commit e77fc5d2fd

View file

@ -127,8 +127,8 @@ if (!dir.exists(temp_dir)) {
}
file_save <- file.path(main_dir, paste0(
"NA_robustness_", sampling, "_", struct, "_",
start_time, "_1-", nrow(conditions), ".Rds"
"NA_robustness_", start_time, "_", sampling,
"_", struct, "_1-", nrow(conditions), ".Rds"
))
message(