Description Usage Arguments Value Examples
prov.trace traces file lineage from existing provenance.
prov.trace.run runs the specified script(s), collects provenance, and uses the provenance to trace file lineage.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
scripts |
a script name, a vector of script names, or a text file of script names (file extension = .txt) |
prov.dir |
provenance directory |
file.details |
whether to display file details |
console |
whether to display results in the console |
save |
whether to save results to the file prov-trace.txt |
save.dir |
where to save the results file. If NULL, use the R session temporary directory. If a period (.), use the current working directory. Otherwise use save.dir. |
check |
whether to check against the user's file system |
prov.tool |
provenance collection tool (rdtLite or rdt) |
details |
whether to collect fine-grained provenance |
... |
other parameters passed to the provenance collector |
string containing file lineage
string containing file lineage
1 2 | prov.dir <- system.file("testdata", package="provTraceR")
prov.trace(c("script-1.R", "script-2.R"), prov.dir=prov.dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.