What are the rules to define a variable name in r programming language?
Answer / Srutica Tyagi
Variable names in R can consist of letters, digits, and the dot (.). The first character must be a letter or an underscore. Names are case sensitive. Names can be any length.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you save your data in R?
What is the difference between a bar-chart and a histogram?
In R how you can import Data?
give examples of while and for loop in r.
Why is R important for data science?
How can you debug and test r programming code?
Explain how to operate on lists in r?
What is string manipulation in R?
How to read data from the keyboard?
What is median in r?
how would you build a scatter-plot using plotly?
How to use R from python?