Preprocessing of linelist surveillance data with or without outbreak_ids

preprocess_data(data)

Arguments

data

data.frame, Linelist of surveillance data

Value

data.frame, preprocessed linelist with transformation of columns to date, to lower, generation of isoyear and isoweek

Examples

if (FALSE) {
preprocess_data(input_example)
}