Revisión | daeea01ae90b7cd7798e62e213fe9c3d2c87b734 (tree) |
---|---|
Tiempo | 2022-11-24 21:19:26 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I now also save the files as an RDS.
@@ -61,7 +61,7 @@ | ||
61 | 61 | set.seed(1234) |
62 | 62 | |
63 | 63 | |
64 | -plan(multisession, workers = 4) | |
64 | +plan(multisession, workers = 3) | |
65 | 65 | |
66 | 66 | choose_log <- 1 |
67 | 67 |
@@ -134,6 +134,13 @@ | ||
134 | 134 | |
135 | 135 | save_excel(out.total, fn) |
136 | 136 | |
137 | + | |
138 | +fn2 <- paste("nowcast_PPI_month_", present_month, ".RDS", sep="" ) | |
139 | + | |
140 | +saveRDS(out.total, fn2) | |
141 | + | |
142 | + | |
143 | + | |
137 | 144 | toc() |
138 | 145 | |
139 | 146 | ###################################################################### |