View source: R/publication_year.R
| publication_year | R Documentation |
Access or assign the optional publication_year attribute to a semantically
rich dataset object.
publication_year(x)
publication_year(x, overwrite = TRUE) <- value
x |
A dataset object created by |
overwrite |
Logical. If |
value |
A character string specifying the publication year. |
The publication_year represents the year when the dataset was or will be
made publicly available, in YYYY format. For additional context, see
DataCite: Publication Year-Additional Guidance.
The publication_year attribute as a character string.
Other bibliographic helper functions:
contributor(),
creator(),
dataset_format(),
dataset_title(),
description(),
geolocation(),
get_bibentry(),
language,
publisher(),
relation(),
rights(),
subject()
publication_year(orange_df)
publication_year(orange_df) <- "1998"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.