Vidyalelo
R Programming · Q23

Data Manipulation with dplyr

Programming · R Programming · question 23

Q23

In dplyr, what does the slice() function do?

A.
Extracts specific rows from a data frame
Answer
B.
Selects specific columns from a data frame
C.
Slices a data frame into smaller data frames
D.
Sorts the data frame in ascending order

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board