df_missed_factors: Auto-detect non-factor columns that should be factors

Description Usage Arguments Examples

View source: R/random_rotation.R

Description

Returns columns for which there are very few unique values (should be factor)

Usage

1
df_missed_factors(df, tf = 0.075)

Arguments

df

data frame

tf

threshold for percentage of unique values under which it should be a factor

Examples

1

randomrotation/random.rotation documentation built on Dec. 31, 2020, 2:15 a.m.