Skip to contents

Get journal citation

Usage

get_journal_citation(journalCitationId, as = "data.frame", env = "production")

Arguments

journalCitationId

(numeric) Journal citation identifier

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 citation

Examples

if (FALSE) {

# Get citation
journalCitation <- get_journal_citation(381)
}