append_metric_files: Append combined metric data onto the data source

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Append combined metric data onto the data source

Usage

1
append_metric_files(current_combo_file, existing_combo_file, overwrite = FALSE)

Arguments

current_combo_file

path to .csv file produced by merge_metric_files

existing_combo_file

path to .csv file of all passed combo files

overwrite

logical indicating if function should overwrite existing_combo_file with new combined file

Value

invisibly returns the combined data. Also it saves existing_combo_file with a datestamp for the archives and saves the output over existing_combo_file

Examples

1
2
3
4
## Not run: 
  #add examples to me please,

## End(Not run)

carlbfrederick/ohiCovidMetrics documentation built on Jan. 10, 2022, 12:20 p.m.