R.utils (version 0.9.0)

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

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.