What are the rules to define a variable name in r programming language?



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

Post New Answer

More R Programming Interview Questions

What is the main difference between an Array and a matrix?

1 Answers  


What is the Use of String Utilities in the edtdbg Debugging Tool in R string manipulation?

1 Answers  


What is vectorization in r?

1 Answers  


Explain how to access list elements in r?

1 Answers  


What is bytecode compilation?

1 Answers  


How many ways are there to read and write files?

1 Answers  


Explain Disadvantages of R data visualization?

1 Answers  


What is r programming?

1 Answers  


What are applications of Predictive analysis in R?

1 Answers  


Explain how to name the list elements in r?

1 Answers  


What is the difference between the data frame and a matrix in R?

1 Answers  


Explain for loop control statement in r?

1 Answers  


Categories