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 |
What is the main difference between an Array and a matrix?
What is the Use of String Utilities in the edtdbg Debugging Tool in R string manipulation?
What is vectorization in r?
Explain how to access list elements in r?
What is bytecode compilation?
How many ways are there to read and write files?
Explain Disadvantages of R data visualization?
What is r programming?
What are applications of Predictive analysis in R?
Explain how to name the list elements in r?
What is the difference between the data frame and a matrix in R?
Explain for loop control statement in r?