publisher | R Documentation |
Add the optional Publisher
property as an attribute to an
R object.
publisher(x)
publisher(x, overwrite = TRUE) <- value
x |
A dataset object created with |
overwrite |
If the attributes should be overwritten. In case it is set
to |
value |
The |
The Publisher
corresponds to dct:publisher and Publisher in
DataCite. The name of the entity that holds, archives, publishes prints,
distributes, releases, issues, or produces the resource. This property will
be used to formulate the citation, so consider the prominence of the role.
For software, use Publisher for the code repository. If there is an entity
other than a code repository, that "holds, archives, publishes, prints,
distributes, releases, issues, or produces" the code, use the property
Contributor/contributorType/ hostingInstitution for the code repository.
The Publisher attribute as a character of length 1 is added to
x
.
Other Reference metadata functions:
description()
,
geolocation()
,
identifier()
,
language
,
publication_year()
,
rights()
publisher(orange_df) <- "Wiley"
publisher(orange_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.