Learn Before
Concept
Functions in R
A statement or set of statements that is arranged to accomplish a specific task. In R, a function is an object. This allows R interpreter to pass control to the function, along with arguments that may be necessary for the function to accomplish the actions. Functions can be built in, come with a package or defined by the user.
0
1
Updated 2020-06-10
Tags
Data Science