Created
May 13, 2018 11:59
-
-
Save hrbrmstr/ae671ff9668dbf64ca85f33a72450a25 to your computer and use it in GitHub Desktop.
This file contains 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
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