Description Usage Arguments Author(s)
View source: R/linelist_clean.R
Clean merged COVID-19 linelists from WHO AFRO
1 2 3 4 5 6 7 | clean_linelist(
inputfile,
outputdirectory = tempdir(),
outputname = "Cleaned_linelist_",
cleaningdict = system.file("inst", "cleaning_dictionary.xlsx", package =
"covidmonitor")
)
|
inputfile |
path to file created by |
outputdirectory |
path to folder where merged file is to be saved |
outputname |
character string to name merged file |
cleaningdict |
path to dictionary file containing cleaning rule definitions. Default is a predefined within the package. For details of how to use your own file see README |
Alice Carr, Alex Spina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.