adplus-dvertising
frame-decoration

Question

Point out the correct statement?

a.

lapply() takes elements of the list and passes them as the first argument of the function you are applying

b.

You can use lapply() to evaluate a function multiple times each with a different argument

c.

Functions that you pass to lapply() may have other arguments

d.

None of the mentioned

Answer: (d).None of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the correct statement?

Similar Questions

Discover Related MCQs

Q. ________ applies a function over the margins of an array.

Q. _______ is used to apply a function over subsets of a vector.

Q. lappy functions takes _________ arguments in R language.

Q. Body of lapply function is?

Q. Point out the wrong statement?

Q. Point out the correct statement?

Q. The _____ function takes a vector or other objects and splits it into groups determined by a factor or list of factors.

Q. Which of the following is valid body of split function?

Q. Point out the correct statement?

Q. What will be the value of following R expression?

Q. The recover() function will first print out the function call stack when an _______ occurs.

Q. __________ prints out the function call stack after an error occurs.

Q. Point out the wrong statement?

Q. Which of the following is primary tool for debugging?

Q. ________ allows you to insert debugging code into a function a specific places.

Q. Point out the correct statement?

Q. _______ allows you to modify the error behavior so that you can browse the function call stack.

Q. ______ suspends the execution of a function wherever it is called and puts the function in debug mode.

Q. debug() flags a function for ______ mode in R mode.