What makes a valid variable name in R?
Answer / Ayushi Bajpai
A valid variable name in R must start with a letter, followed by any combination of letters, numbers, and underscores. It cannot begin with a number and is case sensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is transpose?
What is r programming?
How would you create a factor in r?
What are the different packages in r?
What is the use of sink(), Library () and search() function?
Explain general format of matrices in r?
Name the functions which helps in importing data from other applications in R?
Give the command to check if the element 15 is present in vector x?
What is r matrices?
Why R language?
Explain about “initialize()” function in r?
How would you check the distribution of a categorical variable in r?