isVector.Assert
From R.utils v1.6.2
by Henrik Bengtsson
Static method asserting thatan object is a vector
Static method asserting thatan object is a vector.
Usage
Assert$isVector(x, length=NULL, ...)
Arguments
- x
- Object to be checked.
- length
- Required length. If
NULL
, this is not checked. - ...
- Not used.
Value
- Returns (invisibly)
TRUE
, or throws an exception.
synopsis
isVector.Assert(static, x, length=NULL, ...)
See Also
For more information see Assert
.
Community examples
Looks like there are no examples yet.