Unnesting identically named lists from tibble : data gets erased
I am having trouble with unnest_wider (from tidyr).
I have this nested XML document that I am trying to convert into a dataframe/tibble. I followed the workflow presented here, which proposes to turn the XML nodeset into R lists.
R : unnesting identically named lists from tibble : data gets erased
I am having trouble with unnest_wider (from tidyr).
I have this nested XML document that I am trying to convert into a dataframe/tibble. I followed the workflow presented here, which proposes to turn the XML nodeset into R lists.