categoricals_to_factors: Convert categorical numerics to factors

View source: R/categoricals_to_factors.R

categoricals_to_factorsR Documentation

Convert categorical numerics to factors

Description

Convert categorical numerics to factors

Usage

categoricals_to_factors(data, categoricals, verbose = F)

Arguments

data

Dataframe

categoricals

Vector of column names that are categoricals.

verbose

If T display extra output during execution.

Value

Updated dataframe.


ck37/ckTools documentation built on April 29, 2023, 11:47 p.m.