The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
devtools::install_github("oobianom/r2country")
install.packages("r2country")
data(country_calling_code) # calling code for countries
data(country_population) # population by year for countries
data(city_time) # time by city
data(country_names) # country names
data(country_money) # countries currency
data(country_language) # country language
data(country_capital) #country capitals
data(country_continent)# continent countries
# get all countries
countries
#or
COUNTRIES
# direct functions
countryEndsWith
countryHas
countryStartsWith
languageEndsWith
languageHas
languageStartsWith
# lists to call
callingCodeOf
capitalOf
continentOf
currencyOf
languageOf
populationOf
timeIn
``` some examples at r2country.obi.obianom.com
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.