Learn R Programming

easyr (version 0.5-11)

isfac: Shorthand for is.factor

Description

Shorthand for is.factor

Usage

isfac(x)

Value

logical indicator

Arguments

x

Value to check.

Examples

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

Run the code above in your browser using DataLab