categoricals_to_factors: Convert categorical numerics to factors
Description
Convert categorical numerics to factors
Usage
categoricals_to_factors(data, categoricals, verbose = F)
Arguments
categoricals
Vector of column names that are categoricals.
verbose
If T display extra output during execution.