update_version_control: Update Version Control

Description Usage Arguments Value

View source: R/update_version_control.r

Description

DATA_VC is a file that tracks which data files are currently used in the program. This is used because git is not tracking changes in the data files. Whenever a new file is saved or an old file updated,the record in DATA_VC will be updated to include the current stamp. This function is used inside the save wrapper functions (e.g. saveRDS_vc)

Usage

1
update_version_control(file, stamp, version_control, verbose = FALSE)

Arguments

file

name of file being written

stamp

value of stamp

version_control

version control file

verbose

logical, show record update values?

Value

invisibly updates


williamlief/DataVersionControl documentation built on Jan. 6, 2020, 8:20 a.m.