| publisher | R Documentation |
The publisher is the entity responsible for holding, archiving, releasing, or distributing the resource. It is typically included in dataset citation metadata.
For software, this might refer to a code repository (e.g., GitHub). If both
a hosting platform and a producing institution are involved, use the
publisher for the institution and creator() with
contributorType = "hostingInstitution" for the platform.
publisher(x)
publisher(x, overwrite = TRUE) <- value
x |
A dataset object created with |
overwrite |
Logical. Should existing publisher metadata be overwritten?
Defaults to |
value |
A character string specifying the publisher. |
Adds or retrieves the optional "publisher" attribute for a dataset object.
This property aligns with dct:publisher (Dublin Core) and publisher
(DataCite).
A character string of length one containing the "publisher" attribute.
When assigning, the updated object x is returned invisibly.
Other bibliographic helper functions:
contributor(),
creator(),
dataset_format(),
dataset_title(),
description(),
geolocation(),
get_bibentry(),
language,
publication_year(),
relation(),
rights(),
subject()
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.