| default_provenance | R Documentation |
Construct a small PROV bundle (as N‑Triples) describing the dataset, the software agent, and an optional creation time.
default_provenance(
dataset_id = "http://example.com/dataset#",
author = NULL,
dtm = NULL,
generated_at_time = NULL
)
dataset_id |
Base IRI for the dataset (used as the |
author |
Optional creator/author agent. |
dtm |
Optional data team/maintainer agent. |
generated_at_time |
Optional POSIXct time; defaults to |
This helper is used internally to seed provenance metadata. It emits a set of
PROV statements including an Entity for the dataset, an Activity for
creation, and SoftwareAgent entries for the package citation.
A character vector of N‑Triples suitable for the "prov" attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.