debug.init: Initialization functions

Description Usage Arguments Value Examples

Description

Intialize the package by running RDataTracker on a script and/or parsing provenance into a useable format. Debug.init must be run before anything else

Usage

1
debug.init(input.data = NA)

Arguments

input.data

A path to an R script, a prov.json file, provenance from memory, or nothing.

Value

nothing

Examples

1
2
3
4
5
6
7
8
## Not run: 
debug.init() # if there RDataTracker has already run and
there is provenance in memory
debug.init("test.R")
debug.init("prov.json")
debug.init(ddg.json()) # ddg.json is an RDataTracker function

## End(Not run)

jwons/provDebugR documentation built on May 3, 2019, 3:40 p.m.