Changing NA storage file
This commit is contained in:
parent
c085f96a78
commit
e77fc5d2fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue