Assert$check
From R.utils v1.23.2
by Henrik Bengtsson
Static method asserting that a generic condition is true
Static method asserting that a generic condition is true.
Usage
## Static method (use this):
## Assert$check(condition, message=NULL, ...)
## Don't use the below:
## S3 method for class 'Assert':
check(static, condition, message=NULL, ...)
Arguments
Value
- Returns (invisibly)
TRUE
, or throws an exception.
See Also
For more information see Assert
.
Community examples
Looks like there are no examples yet.