powered by
Determines whether the given object is categorical, defined as a character vector, a factor, or `NULL`.
is_categorical(x)
A logical value: `TRUE` if `x` is a character vector, a factor, or `NULL`; otherwise, `FALSE`.
An object to check.