adplus-dvertising
frame-decoration

Question

Point out the correct statement?

a.

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

b.

You can use tsplit() to evaluate a function single time each with a same argument

c.

Sequence of operations is sometimes referred to as “map-reduce”

d.

apply() can be thought of as a combination of split() and sapply() for vectors only

Answer: (c).Sequence of operations is sometimes referred to as “map-reduce”

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?