| prov | R Documentation |
generate provenance information
prov(
data_in = NULL,
code = NULL,
data_out = NULL,
meta = NULL,
creator = NULL,
title = NULL,
description = NULL,
issued = as.character(Sys.Date()),
license = "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
schema = c("http://schema.org", "http://www.w3.org/ns/dcat"),
embed_actions = FALSE,
...
)
data_in |
path or URI for input data |
code |
path or URI for code |
data_out |
path or URI to output data |
meta |
path or URI to metadata describing the workflow |
creator |
URI, list node, or text for creator |
title |
Dataset title, character string |
description |
Dataset description, character string |
issued |
publication date, as Date or character object |
license |
URL to a copyright license |
schema |
Use schema.org or DCAT2 schema? See details. |
embed_actions |
should we incldue schema:Action to create? |
... |
additional named elements passed to Dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.