freq_table: Summary table with percentages for categorical variables

View source: R/sumStats.R

freq_tableR Documentation

Summary table with percentages for categorical variables

Description

Summary table with percentages for categorical variables

Usage

freq_table(df, var)

Arguments

df

A dataframe , var A column in said dataframe

Examples

freq_table(mtcars, 'as.factor(cyl)')

apoorvalal/LalRUtils documentation built on Sept. 22, 2023, 5:53 p.m.