outbreak_dataset_read: Read in and remove sensitive data

Description Usage Arguments

Description

outbreak_dataset_read reads data from outbreak practical file and fills in ID blanks. See inst/extdata for examples of how the excel files should look like before importing. Can be one of two types now.

Usage

1
2
outbreak_dataset_read(xlsx.file, attempt.imputation = FALSE,
  fill.in.end.infection.hours = FALSE)

Arguments

xlsx.file

Full file path to where xlsx Outbreak dataset is stored.

attempt.imputation

Boolean detailing whether to impute data. If FALSE (default), no imputation will occur but if TRUE then it will automatically happen

fill.in.end.infection.hours

Boolean detailing whether to fill in empty end infection hours. Will be needed if outbreak_dataset_read throws an error associated with missing data.


OJWatson/paper documentation built on May 7, 2019, 8:33 p.m.