Q44
What is the purpose of the pivot_longer() function in dplyr?
A.
Transforms wide data to long format
AnswerB.
Transposes rows and columns
C.
Expands the data frame horizontally
D.
Unpivots the data frame
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board