View source: R/list_principal_owner_citations.R
| list_principal_owner_citations | R Documentation |
List principal owner citations
list_principal_owner_citations(
principalOwner,
as = "data.frame",
env = "production"
)
principalOwner |
(character) The EDI ID of the principal owner. EDI IDs can be obtained from the EDI Identity and Access Manager (https://auth.edirepository.org/auth/ui/signin). |
as |
(character) Format of the returned object. Can be: "data.frame" or "xml". |
env |
(character) Repository environment. Can be: "production", "staging", or "development". |
(data.frame or xml_document) Journal citations metadata for all entries owned by the specified principal owner
Other Journal Citations:
create_journal_citation(),
delete_journal_citation(),
get_journal_citation(),
list_data_package_citations()
## Not run:
# List citations
edi_id <- "EDI-543afa80c859825d35d37d9111c24a4a65a0ff9e"
journalCitations <- list_principal_owner_citations(principalOwner = edi_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.