geocode_ror | R Documentation |
Uses ROR API organization endpoint to lookup a orgname and return ROR ids and coordinates
geocode_ror(orgname)
orgname |
an organization or institute name |
https://ror.readme.io/docs/rest-api#affiliation-parameter
tibble with orgname, ROR id etc with best scored data in first row
## Not run:
if(interactive()){
library(dplyr)
geocode_ror("KTH") %>%
select(id, name, ends_with(c("lng", "lat")))
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.