save_libbi {rbi} | R Documentation |
Write results of a LibBi
run to an RDS file
Description
This saves all options, files and outputs of a LibBi
run to an RDS
file specified
Usage
## S3 method for class 'libbi'
save_libbi(x, name, supplement, split = FALSE, ...)
Arguments
x |
a |
name |
name of the RDS file(s) to save to. If |
supplement |
any supplementary data to save |
split |
Logical, defaults to |
... |
any options to |
Value
the return value of saveRDS
, i.e. NULL invisibly
[Package rbi version 1.0.0 Index]