creator | R Documentation |
Add the optional Creator
property as an attribute to a
dataset object.
creator(x)
creator(x, overwrite = TRUE) <- value
x |
A semantically rich data frame object created by |
overwrite |
If the attributes should be overwritten. In case it is set to |
value |
The |
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.
The Creator attribute as a character of length one is added to x
.
Other Bibliographic reference functions:
dataset_title()
creator(iris_dataset)
# To change author:
creator(iris_dataset) <- person("Jane", "Doe")
# To add author:
creator(iris_dataset, overwrite=FALSE) <- person("John", "Doe")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.