prov_setup: Set up git provenance tracking process

Description Usage Arguments Examples

Description

This function sets up a number of global variables used to track provenance information during the run of the script. If used within an R Markdown script, uses the knitted file name and directory. Sets up NULL variables that will contain prov_track and script_track info, timing info, and other info used in the final provenance output dataframe.

Usage

1
prov_setup(run_tag = "standard run")

Arguments

run_tag

A character string that briefly describes this particular run. Default = 'standard run'.

Examples

1
2
prov_setup()
prov_setup(run_tag = 'testing with new data set')

oharac/provRmd documentation built on June 25, 2019, 9:06 p.m.