country_metadata: Get basic country data

View source: R/country_metadata.R

country_metadataR Documentation

Get basic country data

Description

This function uses the rest api here https://restcountries.eu/rest/v2/all' to get country metadata.

Usage

country_metadata()

Value

a data.frame

Author(s)

Sean Davis seandavi@gmail.com

See Also

https://restcountries.eu/rest/v2/all

Examples

cmd = country_metadata()
colnames(cmd)
sapply(cmd, class)

head(cmd)


seandavi/sars2pack documentation built on May 13, 2022, 3:41 p.m.