fetch_ror | R Documentation |
Get all fields for a given ROR record
fetch_ror(ror, output = NULL)
ror |
a character conatinig the ROR IDs |
output |
the type of output desired: record metadata or relationships. |
This function queries the ROR API (https://ror.readme.io/docs/rest-api) for retrieving organization record by ROR ID.
a data frame with the fields available for each ROR record.
Renato A. F. de Lima
## Not run: rors <- "05x5km989" fetch_ror(rors, output = "metadata") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.