Skip to contents

List principal owner citations

Usage

list_principal_owner_citations(
  principalOwner,
  as = "data.frame",
  env = "production"
)

Arguments

principalOwner

(character) Principal owner in the format returned by create_dn()

as

(character) Format of the returned object. Can be: "data.frame" or "xml".

env

(character) Repository environment. Can be: "production", "staging", or "development".

Value

(data.frame or xml_document) Journal citations metadata for all entries owned by the specified principal owner

Examples

if (FALSE) {

# List citations
dn <- create_dn(userId = "FCE", ou = "EDI")
journalCitations <- list_principal_owner_citations(principalOwner = dn)
}