Revisión | 5cabe85be9d93c0627716055bc0d8977d719988c (tree) |
---|---|
Tiempo | 2022-11-24 03:37:34 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
A part of the code got lost!
@@ -115,6 +115,12 @@ | ||
115 | 115 | |
116 | 116 | save_excel(out.total, fn) |
117 | 117 | |
118 | + | |
119 | +fn2 <- paste("nowcast_PPI_month_", present_month, ".RDS", sep="" ) | |
120 | + | |
121 | +saveRDS(out.total, fn2) | |
122 | + | |
123 | + | |
118 | 124 | ###################################################################### |
119 | 125 | |
120 | 126 |