geocode_ror: Forward geocoding using ROR API

View source: R/geocode.R

geocode_rorR Documentation

Forward geocoding using ROR API

Description

Uses ROR API organization endpoint to lookup a orgname and return ROR ids and coordinates

Usage

geocode_ror(orgname)

Arguments

orgname

an organization or institute name

Details

https://ror.readme.io/docs/rest-api#affiliation-parameter

Value

tibble with orgname, ROR id etc with best scored data in first row

Examples

## Not run: 
if(interactive()){
 library(dplyr)
 geocode_ror("KTH") %>%
   select(id, name, ends_with(c("lng", "lat")))
 }

## End(Not run)

KTH-Library/institutions documentation built on June 10, 2025, 10:04 a.m.