isfac: Shorthand for is.factor

View source: R/shorthand.R

isfacR 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)

easyr documentation built on March 31, 2023, 6:22 p.m.

Related to isfac in easyr...