rr_romeo_colour: Query publisher by RoMEO colour

Description Usage Arguments Details Value Examples

Description

SHERPA/RoMEO classifies publisher in different colours depending on their archiving policies.

Usage

1
2
3
4
rr_romeo_colour(
  romeo_colour = c("green", "blue", "yellow", "white"),
  key = NULL
)

Arguments

romeo_colour

[character(1)]
in c("green", "blue", "yellow", "white") the SHERPA/RoMEO colour to retrieve

key

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

Details

For more details about the definitions of RoMEO colours check the FAQ section of SHERPA/RoMEO

Note that when using rr_romeo_colour() the API returns all the publishers in the selected category, so the results are generally bigger in size than specific functions like rr_journal_name() or rr_publisher_id()

Value

Returns a data frame with the following columns:

Examples

1
rr_romeo_colour(romeo_colour = "green")

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