rr_journal_find: Find if journals are available in SHERPA/RoMEO

Description Usage Arguments Details Value Examples

View source: R/rr_journal_find.R

Description

Find if journals are available in SHERPA/RoMEO

Usage

1
rr_journal_find(name, qtype = c("exact", "contains", "starts"), key = NULL)

Arguments

name

[character(1+)]
one or several strings to match the titles of the journals

qtype

[character(1)]
in: * "exact" full title must be exactly to provided name, * "contains" the provided name must appear anywhere in the title of the journal, * "starts" the provided name must appear at the start of title of the journal.

key

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

Details

There are several ways to provide your API key. The best way to know about them is to refer to the vignette about "Setting Up Your API key" accessible with the following command: vignette("setting_up_api_key", package = "rromeo"). You can also use rr_auth that will use the provided key to store it as an environmental variable.

Value

Returns a data frame:

Examples

1
rr_journal_find(name = "Biostatistics", qtype = "contains")

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