Get/set the optional Description
property as an attribute to an R object.
Arguments
- x
An R object, such as a data.frame, a tibble, or a data.table.
- overwrite
If the
Description
attribute should be overwritten. In case it is set toFALSE
, it gives a message with the currentDescription
property instead of overwriting it. Defaults toTRUE
when the attribute is set tovalue
regardless of previous setting.- value
The
Description
as a character set.
Details
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.
See also
Other Reference metadata functions:
creator()
,
dataset_source()
,
geolocation()
,
identifier()
,
language
,
publication_year()
,
publisher()
,
rights()
,
size()
,
version()