standardise_character | R Documentation |
standardise_character
takes a character vector and transform all
elements to lowercase, removes trailing, leading and superflous whitespaces
and replaces all single spaces with an underscore.
standardise_character(x)
x |
Character vector of one or more strings |
Used in scripts: Robust function: FALSE
Character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.