Learn R Programming

simer (version 1.0.0)

write.file: File writing

Description

Write files of Simer.

Usage

write.file(SP)

Value

none.

Arguments

SP

a list of all simulation parameters.

Author

Dong Yin

Details

Build date: Jan 7, 2019 Last update: Jan 28, 2025

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab