Description Usage Arguments Value
View source: R/parse_journal.R
Returns data.frame from parsed xml API answer.
| 1 | parse_journal(xml_source, outcome, hits, type = c("find", "name"), key = NULL)
 | 
| type | [ | 
| key | [ | 
Returns a data.frame with the following columns:
title         [character(1)]
the name of the journal
provided_issn [character(1)]
the ISSN you provided in your query (might differ from the
ISSN returned by the API)
issn          [character(1)]
the ISSN of the journal
romeocolour   [character(1)]
the SHERPA/RoMEO colour of the journal
preprint      [character(1)]
is the preprint (not reviewed) archivable?
postprint     [character(1)]
is the postprint (reviewed but not formatted) archivable?
pdf           [character(1)]
is the publisher's version (reviewed and formatted)
pre_embargo   [character(1)]
if applicable the embargo period before the author(s) can
archive the preprint
post_embargo  [character(1)]
if applicable the embargo period before the author(s) can
archive the postprint
pdf_embargo   [character(1)]
if applicable the embargo period before the author(s) can
archive the publisher's version
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.