R/helpers.R
is_cat.Rd
This function checks if a variable a factor.
is_cat(x)
the variable to check
logical, TRUE if the variable is a factor
TRUE
Tom Elliott