View source: R/restcountries_api.R
rc_by_lang | R Documentation |
The rc_by_lang
function returns the countries information for all the different language symbol. ISO 639-1 language code
rc_by_lang(lang)
lang |
vector(character) of language symbol (string such as "en", "eng", "fr", "es") |
## Not run:
## Countries that speaks English as either an first language or second language
x <- rc_by_lang("en")
x
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.