View source: R/clean_strings.R
clean_strings | R Documentation |
Clean strings so that they can be used as variable names or column names
clean_strings(string, treat_dups = TRUE)
string |
Character string to be "cleaned". |
treat_dups |
Set to FALSE to allow duplication of strings. Defaults to TRUE |
A "cleaned" string character vector.
clean_strings(c("Respondent ID","Q23. Brand Awareness"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.