Q. What is the purpose of the pivot_longer() function in dplyr? (A) Transforms wide data to long format (B) Transposes rows and columns (C) Expands the data frame horizontally (D) Unpivots the data frame ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Transforms wide data to long format