| 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.nodesthe procedure nodes
data.nodesthe data nodes
func.nodesthe function nodes
proc.proc.edgescontrol flow edges
proc.data.edgesoutput data edges
data.proc.edgesinput data edges
func.proc.edgesfunction use edges
func.lib.edgesfunction library edges
agentstool that created the provenance
argsarguments passed when provenance was created
envienvironmental information
libslibraries
scriptsscripts 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]