![R Guide for Beginners](https://static.faqabout.me/cover/r-guide-for-beginners-cover-png-0.png)
FAQ About R Guide for Beginners
![What should be considered when naming variables in R?](https://static.faqabout.me/page/r-guide-for-beginners-png-1.png)
What should be considered when naming variables in R?
Variable name in R cannot begin with a number or _(underscore) sign. If you started the variable's name with a period, it cannot continue with a digit.
Another important thing is that variables in R are case-sensitive.
For example, FAQAbout, FaqAbout and FAQABOUT are three different variables.