Explain how R commands are written?
Answer / Neetu Rani
R commands, also known as R functions or R scripts, follow a specific syntax and structure. Commands start with a function name followed by a left parenthesis '(', then the arguments enclosed in parentheses if necessary, and end with a right parenthesis ')'. Function names are case-sensitive and usually consist of lowercase letters. White spaces are optional but can improve readability. Comments in R start with the hash symbol '#' and are often used to explain the purpose of a section of code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Predictive analysis process in R?
What are the applications of R?
What is bytecode compilation?
Explain how to create a function in arguments using apply() in r?
What does not ‘r’ language do?
Explain What is R?
What are covariances in R?
What is s4?
Which packages are used to store and restore R objects to and from a file in R language?
Explain for loop control statement in r?
What is correlation? How would you measure correlation in r?
Explain RStudio.