Description Usage Arguments Value Examples
This function will translate a file name into a name that is a valid variable name in R. Non-alphabetic characters on the boundaries of the file name will be stripped; non-alphabetic characters inside of the file name will be replaced with dots.
1 | clean.variable.name(variable.name)
|
variable.name |
A character vector containing a variable's proposed name that should be standardized. |
A translated variable name.
1 2 3 | library('ProjectTemplate')
## Not run: clean.variable.name('example_1')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.