Add the optional Creator
property as an attribute to a
dataset object.
Arguments
- x
A semantically rich data frame object created by
dataset_df()
ordataset::\link{as_dataset_df}
.- overwrite
If the attributes should be overwritten. In case it is set to
FALSE
,it gives a message with the currentCreator
property instead of overwriting it. Defaults toTRUE
when the attribute is set tovalue
regardless of previous setting.- value
The
Creator
as autils::person()
object.
Details
The Creator
corresponds to
dct:creator
in Dublin Core and Creator in DataCite. The name of the entity that holds,
archives, publishes prints, distributes, releases, issues, or produces the
dataset. This property will be used to formulate the citation, so consider
the prominence of the role.
See also
Other bibliographic helper functions:
contributor()
,
dataset_format()
,
dataset_title()
,
description()
,
geolocation()
,
get_bibentry()
,
language
,
publication_year()
,
publisher()
,
relation()
,
rights()
,
subject()