parse_journal: Parse API answer

Description Usage Arguments Value

View source: R/parse_journal.R

Description

Returns data.frame from parsed xml API answer.

Usage

1
parse_journal(xml_source, outcome, hits, type = c("find", "name"), key = NULL)

Arguments

type

[character(1) in c("find", "name")]
If type = "find" returns only title and issn columns if type = "name" returns full data.frame as specified in Returns sections.

key

[character(1)]
a character string containing the API key or NULL (see Details section on how to specify it)

Value

Returns a data.frame with the following columns:


rromeo documentation built on March 13, 2020, 9:08 a.m.