create_varname | R Documentation |
Convert a given string to a valid R variable name, converting spaces to underscores (_) instead of dots.
create_varname(x)
x |
a string to convert |
a string, which is also a valid variable name
Tom Elliott
create_varname("a new variable")
create_varname("8d4-2q5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.