proc_who_mort: Process Raw WHO Mortality Data

Description Usage Arguments Value Examples

View source: R/get_data.R

Description

This function processes the original WHO mortality csv file to correct data types for each column.

Usage

1

Arguments

x

a data.frame of the original csv WHO mortality table, this is the output of import_who

Value

a data.frame object with modified column data types

Examples

1
2
3
4
5
## Not run: 
mort <- import_who(path = getwd(), data = "mort")
mort <- proc_who_mort(mort)

## End(Not run)

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