Get or set the optional Description
property as an attribute
on a dataset object.
Arguments
- x
A dataset object created with
dataset_df()
oras_dataset_df()
.- overwrite
Logical. If
TRUE
, will overwrite any existing description. IfFALSE
(default), will warn and keep the existing description.- value
The new description, as a character string.
Details
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.
See also
Other bibliographic helper functions:
contributor()
,
creator()
,
dataset_format()
,
dataset_title()
,
geolocation()
,
get_bibentry()
,
language
,
publication_year()
,
publisher()
,
relation()
,
rights()
,
subject()