Creates a simulation template file with all of the components of ff_simulate, ready for tinkering!
Usage
ffs_copy_template(
filename = "ff_simulation.R",
template = c("season", "week"),
overwrite = NULL
)
Examples
# \donttest{
tmp <- tempfile()
ffs_copy_template(tmp)
#> ✔ Successfully copied template to /tmp/Rtmpwf16Qh/file1a447f6a29e3!
# }