Learn R Programming

provViz

provViz is a simple tool that allows the user to visualize a provenance graph collected by rdt or rdtLite using DDG Explorer. For information on how to use DDG Explorer, please see the DDG Explorer README.

If you have collected provenance in this R session using rdt or rdtLite, you can view the provenance from the last execution using prov.visualize:

prov.visualize()

To run a script and view its provenance, call the prov.visualize.run function:

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

If you already have provenance stored in a file, call the prov.visualize.file function:

prov.visualize.file(prov.file)

where r.script.path is the path to an R script and prov.file is the name of a file containing provenance.

Copy Link

Version

Install

install.packages('provViz')

Monthly Downloads

242

Version

1.0.9

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Barbara Lerner

Last Published

August 19th, 2022

Functions in provViz (1.0.9)

prov.visualize

prov.visualize