Vidyalelo
R Programming · Q71

Data Manipulation with dplyr

Programming · R Programming · question 71

Q71

Point out the correct statement?

A.
gather() makes "long" data wider
B.
tidyr is a reframing of reshape designed to accompany the tidy data framework
C.
there are two fundamental verbs of data tidying
Answer
D.
tidyr and dplyr packages do not make use of the pipe operator

Answer: Option C

Solution

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