Answer Posted / Deepa Hansda
Function definition in R refers to the process of creating a new function that can be called later to perform a specific task. Functions are defined using the `<-` operator and consist of a name, arguments, and code to execute when the function is called.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers