Pretty-ify variable names
make_pretty_names.Rd
Variable names are lower-case and underscore-separated. This converts them to title case and replaces underscores with spaces. It also makes other adjustments to facilitate reading and interpretation of variables in the context of, for example, plots and tables.
Examples
if (FALSE) { # \dontrun{
"race_personofcolor_percent" %>% make_pretty_names()
} # }