list_data_package_citations {EDIutils} | R Documentation |
List data package citations
Description
List data package citations
Usage
list_data_package_citations(
packageId,
as = "data.frame",
list_all = FALSE,
env = "production"
)
Arguments
packageId |
(character) Data package identifier |
as |
(character) Format of the returned object. Can be: "data.frame" or "xml". |
list_all |
(logical) Return all citations within a data package series? |
env |
(character) Repository environment. Can be: "production", "staging", or "development". |
Value
(data.frame or xml_document) A list of journal citations
See Also
Other Journal Citations:
create_journal_citation()
,
delete_journal_citation()
,
get_journal_citation()
,
list_principal_owner_citations()
Examples
## Not run:
# List citations
journalCitations <- list_data_package_citations("edi.845.1")
## End(Not run)
[Package EDIutils version 1.0.3 Index]