clean_redcap_name | R Documentation |
Stepwise removal on non-alphanumeric characters, trailing white space, substitutes spaces for underscores and converts to lower case. Trying to make up for different naming conventions.
clean_redcap_name(x)
x |
vector or data frame for cleaning |
vector or data frame, same format as input
"Research!, ne:ws? and c;l-.ls" |> clean_redcap_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.