View source: R/simer.Utility.R
write.file | R Documentation |
Write files of Simer.
write.file(SP)
SP |
a list of all simulation parameters. |
Build date: Jan 7, 2019 Last update: Jan 28, 2025
none.
Dong Yin
outpath <- tempdir()
SP <- param.simer(out = "simer")
SP <- simer(SP)
SP$global$outpath <- outpath
write.file(SP)
unlink(file.path(outpath, "180_Simer_Data_numeric"), recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.