List data package citations
list_data_package_citations(
packageId,
as = "data.frame",
list_all = FALSE,
env = "production"
)
(character) Data package identifier
(character) Format of the returned object. Can be: "data.frame" or "xml".
(logical) Return all citations within a data package series?
(character) Repository environment. Can be: "production", "staging", or "development".
(data.frame or xml_document) A list of journal citations
Other Journal Citations:
create_journal_citation()
,
delete_journal_citation()
,
get_journal_citation()
,
list_principal_owner_citations()
if (FALSE) {
# List citations
journalCitations <- list_data_package_citations("edi.845.1")
}