1. Which one of the following symbols is used for displaying specific rows and columns?
(a) {} (b) *
(c) [] (d) ()
2. Which one of the following functions contains the argument ‘INDEX’?
(a) aggregate() (b) merge()
(c) tapply() (d) sum()
3. Which one of the following arguments is equal to ‘Left Outer Join’ operation in merge()
function?
(a) by.x (b) by.y
(c) all.x (d) all.y
4. Which one of the following arguments is equal to ‘Natural Join’ operation in merge()
function?
(a) by.x (b) all.x
(c) all (d) all.y
5. Which one of the following arguments is equal to ‘Right Outer Join’ operation in merge()
function?
(a) by.x (b) all.x
(c) all (d) all.y
6. Which one of the following arguments is used for statistical operations?
(a) INDEX (b) BY
(c) FUN (d) ALL