M
Q. What will be the output of the following R code?
> f <- function() {
+ ## This is an empty function
+ }
> class(f)
- Correct Answer - Option(A)
- Views: 66
- Filed under category R Programming
Discusssion
Login to discuss.