cleanMeasureCode: Clean the MeasureCode variable

Description Usage Arguments Details Value See Also Examples

View source: R/internal_functions.R

Description

Clean the MeasureCode variable and replace the specific codes with the generic ones
(e.g. ACCUTE.AGE_GENDER.RATE will be replaced by CONFIRMED.AGE_GENDER.RATE)

Usage

1

Arguments

var

character string vector variable, variable to clean

Details

Value

cleaned vector variable

See Also

SALM2016

Examples

1
2
x <- EpiReport::SALM2016
x$MeasureCode <- cleanMeasureCode(x$MeasureCode)

EpiReport documentation built on July 5, 2021, 5:06 p.m.