isVariableName {DYM} | R Documentation |
Checks if the given name
is valid as a variable name for R.
Description
Checks if the given name
is valid as a variable name for R.
Usage
isVariableName(name)
Arguments
name |
A character vector to check. |
[Package DYM version 0.2 Index]