validate {rbmi} | R Documentation |
Generic validation method
Description
This function is used to perform assertions that an object conforms to its expected structure and no basic assumptions have been violated. Will throw an error if checks do not pass.
Usage
validate(x, ...)
Arguments
x |
object to be validated. |
... |
additional arguments to pass to the specific validation method. |
[Package rbmi version 1.2.6 Index]