Skip to contents

Retrieve a ROR record

Usage

ror_get_record(ror_id, ror_api = zirconia::opts$get("ror_api"))

Arguments

ror_id

The ROR identifier.

ror_api

The URL to the ROR API, containing %s where the ROR identifier should be inserted.

Value

The object with institution information.

Examples

if (FALSE) { # \dontrun{
### Retrieve ROR record (requires an internet connection!)
rorRecord <-
  zirconia::ror_get_record("018dfmf50");

### Show the institution's name and identifier
rorRecord;
} # }