append_cleaning_log: Append Cleaning Log

View source: R/append_cleaning_log.R

append_cleaning_logR Documentation

Append Cleaning Log

Description

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.

Usage

append_cleaning_log(old_cl, new_cl)

Arguments

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.

Value

Returns a combined cleaning log file.

Examples

## Not run: append_deletion_log(old_cl = myworkingcl, new_cl = mynewcl)

SaeedR1987/healthyr documentation built on July 4, 2023, 11:17 p.m.