n_pct_fct: Categorical Table Function Arranged by Factor Levels

Description Usage Arguments Examples

View source: R/dinner_table_functions.R

Description

This function allows you to make a kabled table of count and pct and arrange it by the factor levels

Usage

1
n_pct_fct(df, var1)

Arguments

df

A dataframe

var1

A factor variable

Examples

1
2
 
n_pct(df, var1)

ljanda/dinner.table documentation built on May 21, 2019, 2:30 a.m.