is.categorical: Is character, factor or ordered factor

is.categoricalR Documentation

Is character, factor or ordered factor

Description

wrapper around is.character(x) || is.factor(x) || is.ordered(x)

Usage

is.categorical(x)

Arguments

x

an object to be evaluated as being categorical

Value

a boolean.


thomazbastiaanssen/anansi documentation built on June 9, 2025, 3:59 p.m.