Answer Posted / 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 |
Post New Answer View All Answers