Learn R Programming

easyr (version 0.3-1)

isnum: Shorthand for is.numeric

Description

Shorthand for is.numeric

Usage

isnum(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

Run this code
# NOT RUN {
isnum(1)
isnum( factor( c( 'a', 'b', 'c' ) ) )
# }

Run the code above in your browser using DataLab