Point Out The Correct Statement #485
Point out the correct statement?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Control Structures, Functions, Scoping Rules, Loop Functions and Debugging - Loop Functions - Quiz No.1.
Point out the correct statement?
lapply() takes elements of the list and passes them as the first argument of the function you are applying
You can use lapply() to evaluate a function multiple times each with a different argument
Functions that you pass to lapply() may have other arguments
None of the mentioned