createProvenance: Create provenance for an object.

Description Usage Arguments Value Examples

Description

Create provenance information for an object.

Usage

1

Arguments

x

An object

env

Environment in which to create provenance information (optional)

Value

x, with a new 'provenance' attribute

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.