write.file {simer} | R Documentation |
Write files of Simer.
write.file(SP)
SP |
a list of all simulation parameters. |
Build date: Jan 7, 2019 Last update: Apr 30, 2022
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)