rr_publisher_id: Get Publisher Policy from Publisher ID

Description Usage Arguments Details Value Examples

View source: R/rr_publisher_id.R

Description

Use SHERPA/RoMEO API to retrieve a specific publisher policies on manuscript archival

Usage

1
rr_publisher_id(id, key = NULL)

Arguments

id

[integer(1+)]
one or a vector of SHERPA/RoMEO publisher's ID

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 with the following columns:

Examples

1
2
rr_publisher_id(id = 55)
rr_publisher_id(id = c(55, 735))

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