View source: R/append_cleaning_log.R
append_cleaning_log | R Documentation |
Function to read a new and old REACH style cleaning log, and will return a combined cleaning log of only unique issues. It will preferentially keep cleaning log lines from the old, working cleaning log file, adding in any new issues from the new cleaning log file.
append_cleaning_log(old_cl, new_cl)
old_cl |
Inputs a dataframe of the current, working cleaning log file. |
new_cl |
Inputs a dataframe of a new, automated cleaning log file, to be added to the working cleaning log. |
Returns a combined cleaning log file.
## Not run: append_deletion_log(old_cl = myworkingcl, new_cl = mynewcl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.