R/geocode.R
geocode_ror.Rd
Uses ROR API organization endpoint to lookup a orgname and return ROR ids and coordinates
geocode_ror(orgname)
an organization or institute name
tibble with orgname, ROR id etc with best scored data in first row
https://ror.readme.io/docs/rest-api#affiliation-parameter
if (FALSE) { # \dontrun{ if(interactive()){ library(dplyr) geocode_ror("KTH") %>% select(id, name, ends_with(c("lng", "lat"))) } } # }