getProvenance: Reconstructs provenance of object

Description Usage Arguments Details Value Examples

View source: R/logTools.R

Description

getProvenance reconstructs the provenance of an object back via its intermediaries, to all input files that contributed to it.

Usage

1
getProvenance(uuid, logDir, ext = "\\.log$", recursive = TRUE)

Arguments

uuid

a universally unique identifier (UUID). Checked for valid format.

logDir

the directory path in which to search the logfiles. Defaults to the path component of getOption("rete.logfile").

ext

file extension regex pattern. Defaults to "\.log$".

recursive

Whether to descend into subdirectories. Defaults to TRUE.

Details

Format of the output... TBD.

Value

Informative message if uuid is not found in the log files. Otherwise, a structured report that describes the provenance of the object that is identified by uuid.

Examples

1
2
3
4
## Not run: 
NULL

## End(Not run)

hyginn/ekplektoR documentation built on May 17, 2019, 9:16 p.m.