Learn R Programming

dataset (version 0.3.1)

dataset_prov: Create a dataset provenance

Description

Create a Turtle format description of the dataset's provenance.

Usage

dataset_prov(
  x = NULL,
  dataset_id = "eg:dataset#",
  author,
  start_time = Sys.time(),
  end_time = Sys.time()
)

Value

A triple-format data.frame with the provenance information.

Arguments

x

dataset object created by dataset() or as_dataset().

author

A single person or a vector of persons as authors, declared with person.

start_time

Starting time of the dataset creation process.

end_time

Ending time fo the dataset creation process.