View source: R/vec_string_treat.R
vec_string_treat | R Documentation |
This function will receive a vector of variable names, make them into clean names. Later it will check for duplicates and append number to make sure all names are different.
vec_string_treat(var_names)
var_names |
vector of variable names to be made into clean names. |
DETAILS
A vector of clean names.
## 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.