Answer Posted / Abhishek Agarwal
R functions are building blocks of R scripts. Some key features include: 1) Functions can be created using the function() statement, 2) Functions can accept arguments and return values, 3) Functions can contain loops (for and while), conditional statements (if-else), and user-defined variables, 4) R provides many built-in functions for statistical analysis, data manipulation, graphics, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers