extract_who: Extract WHO Mortality Data

Description Usage Arguments Value Examples

View source: R/get_data.R

Description

Extract WHO Mortality Data

Usage

1
extract_who(path, dest)

Arguments

path

a character file path where the downloaded WHO .zip files exist

dest

a character destination file path to extract, default value will be path

Value

a named logical vector of the files that were successfully extracted

Examples

1
2
3
4
5
6
## Not run: 
download_who(dest = getwd(), data = "ccode")
download_who(dest = getwd(), data = "docs")
extract_who(path = getwd(), dest = getwd(), convert = TRUE)

## End(Not run)

eugejoh/WHOmortality documentation built on Nov. 4, 2019, 11:58 a.m.