string_treat | R Documentation |
This function will receive a single string and apply treatments to make it into a clean name. This replicates the process applied in our front end.
string_treat(string)
string |
name to be cleaned. |
DETAILS
A clean name.
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.