Learn R Programming

easyr (version 0.3-1)

isfac: Shorthand for is.factor

Description

Shorthand for is.factor

Usage

isfac(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

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

Run the code above in your browser using DataLab