Answer Posted / Balram Sarkar
In R programming, a function is defined using the 'function' keyword. A basic structure of a function in R is as follows:nn`function_name <- function(parameters) {n # Function bodyn}n`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers