| bibrecord | R Documentation |
Constructs a utils::bibentry() object extended with Dublin Core and
DataCite-compatible fields. This unified structure supports use with
functions such as dublincore() and datacite(), and is the internal
format for storing rich metadata with datasets.
bibrecord(
title,
author,
contributor = NULL,
publisher = NULL,
year = NULL,
date = Sys.Date(),
identifier = NULL,
subject = NULL,
...
)
title |
A character string specifying the dataset title. |
author |
A |
contributor |
Optional list or vector of |
publisher |
A character string or |
year |
Publication year. Automatically derived from |
date |
A Date object or character string in ISO format. |
identifier |
A persistent identifier (e.g., DOI or URL). |
subject |
Optional keyword, tag, or controlled vocabulary term. |
... |
Additional fields such as |
An object of class "bibrecord" and "bibentry", suitable for citation and
embedding in metadata-aware structures such as dataset_df().
Learn more in the vignette:
bibrecord
Other bibrecord functions:
as_datacite(),
as_dublincore()
bibrecord(
title = "Gross domestic product, volumes",
author = person("Eurosat"),
publisher = person("Eurostat"),
identifier = "https://doi.org/10.2908/TEINA011",
date = as.Date("2025-05-20")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.