Created
October 11, 2019 15:11
-
-
Save verajosemanuel/34d035e0882c0dcd4b8cebeba6f8a805 to your computer and use it in GitHub Desktop.
#nested #json to #dataframe in #R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a <- jsonlite::fromJSON("raw_data/countries.json") | |
DT <- data.table::rbindlist(a) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment