powered by
Shorthand for is.numeric
isnum(x)
Value to check.
logical indicator
# NOT RUN { isnum(1) isnum( factor( c( 'a', 'b', 'c' ) ) ) # }
Run the code above in your browser using DataLab