ropensci/aRxiv

use case for XML2R?

Closed this issue · 3 comments

Hey @cpsievert, This might be a good use case to try out your XML2R package. It's one of our few sources that only returns XML with no option for JSON.

I'm drooling at this opportunity since this package could serve up some nice example data for LDAviz. Unfortunately, XML2R was written with relational data in mind where nodes roughly correspond to different tables -- so it might not be a huge help. However, that doesn't mean I can't get my hand dirty :)

Sweet! I'll try to get this more fleshed out this week.

I went with more primitive XML stuff. The conversion to a data frame could be made faster but may not be important as the downloading of data is probably the bottleneck.