isnum {easyr} | R Documentation |
Shorthand for is.numeric
Description
Shorthand for is.numeric
Usage
isnum(x)
Arguments
x |
Value to check. |
Value
logical indicator
Examples
isnum(1)
isnum( factor( c( 'a', 'b', 'c' ) ) )
[Package easyr version 0.5-11 Index]