WorldHealthOrganization / geoutils

R package that provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories) with specified standards for codes and names, used for unifying data reported from multiple sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geoutils

R build status

This repository provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories, etc.) with specified standards for codes and names, used for unifying data reported from multiple sources.

This is available as both an R package, which can be installed and used as shown below, and also as csv files that can be easily used outside of R.

Install (R)

remotes::install_github("WorldHealthOrganization/geoutils")
library(geoutils)

# the following datasets are now available
continents
who_regions
admin0
admin1
admin2

About

R package that provides datasets with metadata for geographic entities (continents, WHO regions, countries/territories) with specified standards for codes and names, used for unifying data reported from multiple sources.

License:Other


Languages

Language:R 100.0%