I wish to get a XML file produced by EndNote into an R data frame.
I would like each final child node (e.g. title, author…) to be a column
An example EndNote xml file is available here:
I have yet to resolve this using library(XML). I am hoping someone has a ready made solution, sorry if this sounds lazy.
I had a similar problem to convert to a dataframe. I used
xmlToDataFrameon the child nodes.There maybe some problems with multiple authors (doesnt occur here) etc if used in general which would require probably a slight change.