prov.visualize: prov.visualize

prov.visualizeR Documentation

prov.visualize

Description

prov.visualize displays the provenance graph for the last provenance collected in this R session.

prov.visualize.file displays provenance stored in a file graphically

prov.visualize.run runs an R script and displays its provenance graph visually.

Usage

prov.visualize()

prov.visualize.file(prov.file)

prov.visualize.run(r.script.path, ...)

Arguments

prov.file

the name of a file containing provenance that has been created by rdt or rdtLite, or another tool producing compatible provenance output.

r.script.path

The path to an R script. This script will be executed with provenance captured by the specified tool.

...

If r.script.path is set, these parameters will be passed to prov.run to control how provenance is collected. See rdt's prov.run function or rdtLites's prov.run function for details.

Details

These functions use provenance collected using the rdtLite or rdt packages.

These functions do nothing when called non-interactively.

Examples

## Not run: prov.visualize ()
testdata <- system.file("testdata", "prov.json", package = "provViz")
prov.visualize.file (testdata)
## Not run: prov.visualize.run ("script.R")
## Not run: prov.visualize.run ("script.R", tool = "rdtLite")

provViz documentation built on Aug. 19, 2022, 5:16 p.m.