Skip to content
Snippets Groups Projects
Commit a8889c5f authored by Todor Kondić's avatar Todor Kondić
Browse files

api: extr_data_serial: Update. Disable multiple extracted state backups.

parent eadf01e7
No related branches found
No related tags found
No related merge requests found
...@@ -553,8 +553,7 @@ extr_data_serial <- function(m) { ...@@ -553,8 +553,7 @@ extr_data_serial <- function(m) {
fn_ex <- get_fn_extr(m) fn_ex <- get_fn_extr(m)
timetag <- format(Sys.time(), "%Y%m%d_%H%M%S") timetag <- format(Sys.time(), "%Y%m%d_%H%M%S")
saveRDS(object = m, file = file.path(m$run$paths$project, saveRDS(object = m, file = file.path(m$run$paths$project,FN_EXTR_STATE))
paste0(timetag,"_",FN_EXTR_STATE)))
m m
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment