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)

oliver-wyman-actuarial/easyr documentation built on Jan. 27, 2024, 4:37 a.m.