dataprov: Easy Data Provenance Tracking

Description Usage Value

Description

*Data provenance* broadly refers to a description of the origins of a piece of data and the process by which it arrived in a database or analysis. This package implements a simple system for tracking operations performed on any R object.

Constructor.

Usage

1

Value

A dataprov object, which is a data frame with the following fields for each entry (row):

timestamp

A timestamp of the entry; see DateTimeClasses

caller

Name of the function that added this entry

message

Message describing the operation

digest

MD5 hash of the parent object as entry was made


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