Vidyalelo
R Programming · Q29

Data Structures in R Programming

Programming · R Programming · question 29

Q29

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

A.
Extracts specific rows from a data frame
Answer
B.
Dices a vector into smaller slices
C.
Counts the number of slices in a vector
D.
Slices a data frame into smaller data frames

Answer: Option A

Solution

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