When working with data provided by common APIs you will almost always get in contact with JSON formatted data. Using R’s rjson::fromJSON will transform JSON to R’s lists.
So far so good. Converting those lists to tibble using tibble::as_tib…

Continue reading: JSON, NULL values and …