getVector.Arguments
From R.utils v0.5.5
by Henrik Bengtsson
Validates a vector
Validates a vector by checking its length (number of elements).
Usage
Arguments$getVector(x, length=NULL, .name=NULL, ...)
Arguments
Value
- Returns the same
vector
, if it is valid. Otherwise an exception is thrown.
synopsis
getVector.Arguments(static, x, length=NULL, .name=NULL, ...)
See Also
For more information see Arguments
.
Community examples
Looks like there are no examples yet.