powered by
List principal owner citations
list_principal_owner_citations( principalOwner, as = "data.frame", env = "production" )
(data.frame or xml_document) Journal citations metadata for all entries owned by the specified principal owner
(character) Principal owner in the format returned by create_dn()
create_dn()
(character) Format of the returned object. Can be: "data.frame" or "xml".
(character) Repository environment. Can be: "production", "staging", or "development".
Other Journal Citations: create_journal_citation(), delete_journal_citation(), get_journal_citation(), list_data_package_citations()
create_journal_citation()
delete_journal_citation()
get_journal_citation()
list_data_package_citations()
if (FALSE) { # List citations dn <- create_dn(userId = "FCE", ou = "EDI") journalCitations <- list_principal_owner_citations(principalOwner = dn) }
Run the code above in your browser using DataLab