version | R Documentation |
Get/set the optional Version
property as an attribute to an R object.
version(x)
version(x, overwrite = FALSE) <- value
x |
An R object, such as a data.frame, a tibble, or a data.table. |
overwrite |
If the |
value |
The |
Version
is an optional property in
DataCite 4.3.
It is not part of the "core" Dublin Core terms, but ...
Dublin Core metadata terms.
The Version
attribute as a character of length 1 is added to x
.
Other Reference metadata functions:
creator()
,
dataset_source()
,
description()
,
geolocation()
,
identifier()
,
language
,
publication_year()
,
publisher()
,
rights()
,
size()
iris_dataset <- iris
version(iris_dataset) <- "1.0"
version(iris_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.