| read_libbi {rbi} | R Documentation |
Read results of a LibBi run from an RDS file or from a folder.
This completely reconstructs the saved LibBi object
Description
This reads all options, files and outputs of a LibBi run from a
specified RDS file or folder (if split = TRUE has been used with
save_libbi).
Usage
read_libbi(name, ...)
Arguments
name |
name of the RDS file(s) to read |
... |
any extra options to pass to |
Value
a new libbi object
[Package rbi version 1.0.0 Index]