fetch_ror: Get Metadata of ROR

View source: R/fetch_ror.R

fetch_rorR Documentation

Get Metadata of ROR

Description

Get all fields for a given ROR record

Usage

fetch_ror(ror, output = NULL)

Arguments

ror

a character conatinig the ROR IDs

output

the type of output desired: record metadata or relationships.

Details

This function queries the ROR API (https://ror.readme.io/docs/rest-api) for retrieving organization record by ROR ID.

Value

a data frame with the fields available for each ROR record.

Author(s)

Renato A. F. de Lima

Examples


## Not run: 

  
  rors <- "05x5km989"
  fetch_ror(rors, output = "metadata")
  

## End(Not run)   
  

FRBCesab/authoR documentation built on July 12, 2022, 6:04 a.m.