write.file: File writing

View source: R/simer.Utility.R

write.fileR 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: Jan 28, 2025

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)


simer documentation built on April 3, 2025, 9:24 p.m.