ProvInfo-class {provParseR} | R Documentation |
Collection of information gathered from parsing a PROV file
Description
This is the class that stores provenance information. It is created by prov.parse. Rather than access the slots directly, it is better to use the access functions the package provides.
Slots
proc.nodes
the procedure nodes
data.nodes
the data nodes
func.nodes
the function nodes
proc.proc.edges
control flow edges
proc.data.edges
output data edges
data.proc.edges
input data edges
func.proc.edges
function use edges
func.lib.edges
function library edges
agents
tool that created the provenance
args
arguments passed when provenance was created
envi
environmental information
libs
libraries
scripts
scripts executed
See Also
The parse function, which creates the ProvInfo object, prov.parse
The access functions, including get.environment
[Package provParseR version 1.0 Index]