write.provenance: Write data provenance to a file

write.provenanceR Documentation

Write data provenance to a file

Description

Data provenance from the provenance element of the input list will be written to file in markdown format. The output.filename may be specified, or by default it will be the input object name with the addition of provenance.YYMMDD.md, where YYMMDD is the date.

Usage

write.provenance(x, output.filename = NULL, title = NULL)

Arguments

x

A list of data provenance elements, or an object containing a list element called provenance.

output.filename

The file name to export. If done is supplied, defaults to data.provenance.YYMMDD.md, where YYMMDD is the date.

title

An optional title for the data provenance report.

Source

Dave Angelini david.r.angelini@gmail.com [aut, cre]

Examples


write.provenance(
  shapes.gpa,
  output.filename = "shapes.provenance.md",
  title = "Shapes data provenance"
)


aphanotus/borealis documentation built on Nov. 4, 2022, 8:44 p.m.