cleanMeasureCode {EpiReport}R Documentation

Clean the MeasureCode variable

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

cleanMeasureCode(var)

Arguments

var

character string vector variable, variable to clean

Details

Value

cleaned vector variable

See Also

SALM2016

Examples

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


[Package EpiReport version 1.0.2 Index]