description | R Documentation |
Get/set the optional Description
property as an attribute to an R object.
description(x)
description(x, overwrite = TRUE) <- value
x |
An R object, such as a data.frame, a tibble, or a data.table. |
overwrite |
If the |
value |
The |
The Description
is recommended for discovery in DataCite. All additional information that does not
fit in any of the other categories. May be used for technical information. A free text.
Similar to dct:description.
The Description
attribute as a character of length 1 is added to x
.
Other Reference metadata functions:
creator()
,
dataset_source()
,
geolocation()
,
identifier()
,
language
,
publication_year()
,
publisher()
,
rights()
,
size()
,
version()
iris_dataset <- iris
description(iris_dataset) <- "The famous iris dataset used in R language examples."
description(iris_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.