Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[r mode] Remove extra test with more appropriate regexp
The rule for starting a variable name is: > A syntactically valid name consists of letters, numbers and the dot or underline characters and **starts with a letter or the dot not followed by a number**. Per https://stat.ethz.ch/R-manual/R-devel/library/base/html/make.names.html "dot not followed by a number" is handled by parsing numerics earlier
- Loading branch information