Description
Provenance Visualizer.
Description
Displays provenance graphically for provenance collected by the 'rdt' or 'rdtLite' packages, or other tools providing compatible PROV JSON output. The exact format of the JSON created by 'rdt' and 'rdtLite' is described in <https://github.com/End-to-end-provenance/ExtendedProvJson>. More information about rdtLite and associated tools is available at <https://github.com/End-to-end-provenance/> and Barbara Lerner, Emery Boose, and Luis Perez (2018), Using Introspection to Collect Provenance in R, Informatics, <doi: 10.3390/informatics5010012>.
README.md
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.