Trouble with using pivot_longer from tidyr to reshape a data frame with nested lists in R 4.3
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
r tidyr data-wrangling
I'm trying to reshape a data frame with nested lists using the `pivot_longer` function from the `tidyr` package, but I'm running into issues with the data struc...