

MCQOPTIONS
Saved Bookmarks
1. |
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» D. function (drop = FALSE, ) | |