View source: R/publication_year.R
publication_year | R Documentation |
Get/set the optional publication_year
property as an attribute to an R object.
publication_year(x)
publication_year(x, overwrite = TRUE) <- value
x |
A semantically rich data frame object created by |
overwrite |
If the attributes should be overwritten. In case it is set to |
value |
The publication_year as a character set. |
The PublicationYear
is the year when the data was or will be made
publicly available in YYYY
format.
See
Publication Year: DataCite Additional Guidance.
Returns the year
metadata field of the DataBibentry
of
the dataset
Other Reference metadata functions:
description()
,
geolocation()
,
identifier()
,
language
,
publisher()
,
rights()
publication_year(iris_dataset)
publication_year(iris_dataset) <- 1936
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.