Description Usage Arguments Value
I commonly use this to clean abnormally formatted df variable names.
1  | normalize_strings(x, case = "upper", length = 20)
 | 
x | 
 Character vector.  | 
case | 
 Character value "upper" or "lower"  | 
length | 
 integer length which we will trim longer strings to. If non-alphanumeric characters exist (e.g., dashes or spaces) we will trim +/-5 characters of this length to retain intact words.  | 
character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.