powered by
Uses the Global Names Index, see http://gni.globalnames.org/.
gni_details(id, all_records = 1, ...)
Name id. Required.
If all_records is 1, GNI returns all records from all repositories for the name string (takes 0, or 1 [default]).
Curl options passed on to GET
GET
Data.frame of results.
gnr_datasources, gni_search.
gnr_datasources
gni_search
# NOT RUN { gni_details(id = 17802847) library("plyr") ldply(list(1265133, 17802847), gni_details) # pass on curl options to httr library("httr") gni_details(id = 17802847, config = verbose()) # }
Run the code above in your browser using DataLab