| ProvInfo-class | R Documentation |
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.
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
The parse function, which creates the ProvInfo object, prov.parse
The access functions, including get.environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.