powered by
Make a list with all categorical values and
list_cats(df, ..., abc = TRUE)
data.frame
Variables to segment counters
Boolean. Sort alphabetically?
List. Length same as number of categorical columns, each with a frequency data.frame using freqs().
freqs()
# NOT RUN { data(dft) # Titanic dataset df <- dft[, 1:5] head(df) list_cats(df) # }
Run the code above in your browser using DataLab