Learn R Programming

easyr (version 0.5-11)

isnum: Shorthand for is.numeric

Description

Shorthand for is.numeric

Usage

isnum(x)

Value

logical indicator

Arguments

x

Value to check.

Examples

Run this code
isnum(1)
isnum( factor( c( 'a', 'b', 'c' ) ) )

Run the code above in your browser using DataLab