isfac {easyr} | R Documentation |
Shorthand for is.factor
Description
Shorthand for is.factor
Usage
isfac(x)
Arguments
x |
Value to check. |
Value
logical indicator
Examples
isfac( factor( c( 'a', 'b', 'c' ) ) )
isfac(1)
[Package easyr version 0.5-11 Index]