Q. What will be the output of the following R code?
> f <- function() {
+ ## This is an empty function
+ }
> class(f)

  • (A) "function"
  • (B) "class"
  • (C) "procedure"
  • (D) "system"
πŸ’¬ Discuss
βœ… Correct Answer: (A) "function"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
120
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate