Description Usage Arguments Value
View source: R/tidyErrorFile.r
tidyErrorFile
iterates through the failed record returned after
a CoVax Mass Dataload and cleans the "Error" column. A CSV is written to
the path specified with outputFile
. tidyErrorFile
takes a
conservative approach to cleaning, given that the "Error" column contains free-text.
1 | tidyErrorFile(file, outputFile)
|
file |
Character scalar. Path to the CSV error file returned by CoVax. |
outputFile |
Character scalar. Path the function should use to write the tidy CSV file. |
tidyErrorFile
returns the input file
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.