Skip to contents

Preprocessing of linelist surveillance data with or without outbreak_ids

Usage

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) { # \dontrun{
preprocess_data(input_example)
} # }