provenance: Get provenance.

Description Usage Arguments Value Examples

Description

Get provenance information of an object.

Usage

1
provenance(x, n = NULL, env = .GlobalEnv)

Arguments

x

An object

n

The line of the provenance to return as a list (optional)

Value

A provenance object, as a data frame, with one row for each operation and four columns:

timestamp

Date and time entry was added

caller

The function that added this entry, including its parameter values

message

Description of action(s) taken

digest

Hash of the data when this entry was added; see digest

Examples

1
2
3
d <- updateProvenance(cars, "first message")
d <- updateProvenance(d, "second message")
provenance(d)

bpbond/dataprov documentation built on May 13, 2019, 1:42 a.m.