rc_by_region: Search by Region

View source: R/restcountries_api.R

rc_by_regionR Documentation

Search by Region

Description

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.

Usage

rc_by_region(region)

Arguments

region

Vector(character) of the united nations country groupings.

Examples

## Not run: 
x = rc_by_region('africa')
x

## End(Not run)

denironyx/countries documentation built on July 9, 2024, 5:20 a.m.