View source: R/restcountries_api.R
rc_by_region | R Documentation |
Query the restcountries restful api based on united nations country grouping of world regions. You can research the grouping https://www.nationsonline.org/oneworld/countries_of_the_world.htm.
rc_by_region(region)
region |
Vector(character) of the united nations country groupings. |
## Not run:
x = rc_by_region('africa')
x
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.