assert_files {rbi} | R Documentation |
Check that a LibBi wrapper has valid output
Description
This checks that the libbi
object given has been run (via
sample
, filter
or optimize
)) and
the output file has not been modified since.
Usage
## S3 method for class 'libbi'
assert_files(x, ...)
Arguments
x |
a |
... |
ignored |
Value
nothing (invisible NULL); an error will be thrown if there is a problem
[Package rbi version 1.0.0 Index]