melt data.frames with non-atomic 'measure' columns #175
Comments
Turned out to be way easier than I thought it would be! |
Hey I am also facing the same issue in my summer project. I would be immensely grateful if you share how you resolved it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to
gather()
a data frame when it contains list elements?This produces the following output:
Now I would want to
gather()
this into a long format:But I get:
I would like to end up with final data frame like this:
The text was updated successfully, but these errors were encountered: