Vidyalelo
R Programming · Q14

Data Manipulation with dplyr

Programming · R Programming · question 14

Q14

How do you count the number of rows in a dplyr data frame?

A.
count_rows()
B.
n()
Answer
C.
rows_count()
D.
summarize(count = n())

Answer: Option B

Solution

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