brf_rmd_cat: Outputs an RMarkDown formatted chunk for a categorical column

View source: R/rmd.R

brf_rmd_catR Documentation

Outputs an RMarkDown formatted chunk for a categorical column

Description

Outputs an RMarkDown formatted chunk for a categorical column

Usage

brf_rmd_cat(df, data_col, grouping_col = NULL, na.rm = F)

Arguments

df

a data frame

data_col

the unquoted name of the column to summarise

grouping_col

the unquoted name of the column to use for groupings

na.rm

should 'NA's be removed (default: FALSE)


AdrienLeGuillou/briefr documentation built on July 25, 2022, 5:31 a.m.