bibrecord | R Documentation |
Create a utils::bibentry
-compatible object extended with
standard Dublin Core and DataCite-compatible fields. This serves as a
unified metadata structure for use in both dublincore()
and datacite()
functions.
bibrecord(
title,
author,
contributor = NULL,
publisher = NULL,
year = NULL,
date = Sys.Date(),
identifier = NULL,
subject = NULL,
...
)
title |
A character string, the dataset title. |
author |
A list or vector of |
contributor |
Optional list/vector of |
publisher |
Character string or |
year |
Publication year. Derived from |
date |
A character string or |
identifier |
Unique identifier (e.g., DOI). |
subject |
Optional keyword(s) or controlled vocabulary string. |
... |
Additional fields (e.g., language, format, rights, description). |
An object of class bibrecord
and bibentry
. 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.