View source: R/restcountries_api.R
rc_by_capital | R Documentation |
rc_by_capital()
is used to search the restcountries restful API by the name of the city or town exercising primary status in a country, state, province
or other administrative region, usually as its seat of government.
rc_by_capital(city)
city |
Vector(character) of the capital city of the country you will like to search for. |
## Not run:
x <- rc_by_capital('Abuja')
x
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.