Skip to contents

These functions fix `snake_case` to nicely displayed names

Usage

fix_var_generic(df, var_raw)

fix_title_label(x, max = NULL)

Arguments

df

is a `tbl_sql` object similar to a dataframe

var_raw

is the the the `snake_case` version of the variable

x

is selected summarizing or x or y variables

max

`numeric`, max number of `x` before condensing the label. Defaults to `4`.