provenance | R Documentation |
Add or update information about the history (provenance) of the dataset.
provenance(x)
provenance(x) <- value
x |
A dataset created with |
value |
Use |
provenance(x)
returns the provenance attributes created by
n_triples
as a text; provenance(x)<-value
adds the new
provenance attributes and returns x
invisibly.
provenance(iris_dataset)
## add a statement:
provenance(iris_dataset) <- n_triple(
"https://doi.org/10.5281/zenodo.10396807",
"http://www.w3.org/ns/prov#wasInformedBy",
"http://example.com/source#1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.