write.file {simer}R Documentation

File writing

Description

Write files of Simer.

Usage

write.file(SP)

Arguments

SP

a list of all simulation parameters.

Details

Build date: Jan 7, 2019 Last update: Apr 30, 2022

Value

none.

Author(s)

Dong Yin

Examples


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)


[Package simer version 0.9.0.4 Index]