Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Created October 11, 2019 15:11
Show Gist options
  • Save verajosemanuel/34d035e0882c0dcd4b8cebeba6f8a805 to your computer and use it in GitHub Desktop.
Save verajosemanuel/34d035e0882c0dcd4b8cebeba6f8a805 to your computer and use it in GitHub Desktop.
#nested #json to #dataframe in #R
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