gni_details | R Documentation |
Uses the Global Names Index, see http://gni.globalnames.org/
gni_details(id, all_records = 1, ...)
id |
Name id. Required. |
all_records |
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 crul::verb-GET |
Data.frame of results.
Scott Chamberlain
gnr_datasources()
, gni_search()
.
## Not run:
gni_details(id = 17802847)
# pass on curl options
gni_details(id = 17802847, verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.