| description | R Documentation |
Get or set the optional Description property as an attribute
on a dataset object.
description(x)
description(x, overwrite = FALSE) <- value
x |
A dataset object created with |
overwrite |
Logical. If |
value |
The new description, as a character string. |
The Description is recommended for discovery in DataCite. It
captures additional information that does not fit other metadata categories
— such as technical notes or dataset usage. It is a free-text field. See
dct:description.
The Description attribute as a character vector of length 1.
Other bibliographic helper functions:
contributor(),
creator(),
dataset_format(),
dataset_title(),
geolocation(),
get_bibentry(),
language,
publication_year(),
publisher(),
relation(),
rights(),
subject()
description(orange_df)
description(orange_df, overwrite = TRUE) <- "This dataset records orange tree growth."
description(orange_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.