Static method asserting that an object is a single value.
## Static method (use this):
## Assert$isScalar(x, ...)## Don't use the below:
# S3 method for Assert
isScalar(static, x, ...)
Returns (invisibly) TRUE
, or throws an exception.
Object to be checked.
Not used.
Henrik Bengtsson
For more information see Assert
.