Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Created May 13, 2018 11:59
Show Gist options
  • Save hrbrmstr/ae671ff9668dbf64ca85f33a72450a25 to your computer and use it in GitHub Desktop.
Save hrbrmstr/ae671ff9668dbf64ca85f33a72450a25 to your computer and use it in GitHub Desktop.
get_country_netdata <- function(iso2c){
cc_url <- sprintf("https://stat.ripe.net/data/country-resource-list/data.json?resource=%s", iso2c)
res <- jsonlite::fromJSON(cc_url)
res
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment