isVector.Assert: Static method asserting thatan object is a vector
Description
Static method asserting thatan object is a vector.Usage
Assert$isVector(x, length=NULL, ...)
Arguments
length
Required length. If NULL
, this is not checked. Value
- Returns (invisibly)
TRUE
, or throws an exception.
synopsis
isVector.Assert(static, x, length=NULL, ...)See Also
For more information see Assert
.