| normalize_names | R Documentation |
Removes common problematic Unicode characters from a character vector (Byte Order Mark and non-breaking spaces) and trims leading and trailing whitespace.
normalize_names(x)
x |
Character vector (e.g., column names) to normalize. |
A character vector with BOM and non-breaking spaces removed and surrounding whitespace trimmed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.