n_pct: Categorical Table Function Arranged by Percentage Value

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

Usage

1
n_pct(df, var1)

Arguments

df

A dataframe

var1

A variable

Examples

1
2
 
n_pct(df, var1)

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