Hey guys I have been working with nested list data set.
I used a unnest () command to visualize the lists of list as one dataframe.
After unnesting View () command displays all unnested lists as a one df.
but when I tried to work with unnested columns, R throws an error:
Error: Can't subset columns that don't exist.
x Column A
doesn't exist.
Any thoughts on this matter. Thank you in advance.