LibBi
run to an RDS fileThis saves all options, files and outputs of a LibBi
run to an RDS
file specified
# S3 method for libbi
save_libbi(x, name, supplement, split = FALSE, ...)
the return value of saveRDS
, i.e. NULL invisibly
a libbi
object
name of the RDS file(s) to save to. If split=TRUE
, this
will be taken as a base for the names of the files to be created, e.g.
'dir/name.rds' to create files of the form name_....rds in directory 'dir'.
any supplementary data to save
Logical, defaults to FALSE
. Should the objects from the
LibBi
run be saved separately in a folder.
any options to saveRDS