View source: R/clean_variable_names.R
clean_variable_column | R Documentation |
Function to clean variable strings contained in a column
df
mutate(variable = clean_variable_column(variable, join_by = c("variable" = "variable_lookup"))
x |
vector of names to clean |
lookup_table |
A look-up table to be used for cleaning names |
join_by |
Joining key in look-up table |
Tibble
Shona Wilde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.