adplus-dvertising
frame-decoration

Question

Which of the following is valid body of split function?

a.

function (x, f)

b.

function (x, drop = FALSE, …)

c.

function (x, f, drop = FALSE, …)

d.

function (drop = FALSE, …)

Answer: (c).function (x, f, drop = FALSE, …)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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