What are the rules to define a variable name in r programming language?
Answer Posted / 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 View All Answers