Importing Data with API

Hi Hady,

Firstly, could you edit your post and include a reproducible example of what you've got so far and the errors you have?

In terms of advice for working with APIs? I personally like the R package httr.

And I personally like purrr for wrangling xml and json objects. Here's a tutorial from Jenny Bryan on the topic, How to tame XML with nested data frames and purrr

2 Likes