Skip to contents

Uses the Global Names Index, see http://gni.globalnames.org/

Usage

gni_details(id, all_records = 1, ...)

Arguments

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

Value

Data.frame of results.

Author

Scott Chamberlain

Examples

if (FALSE) {
gni_details(id = 17802847)

# pass on curl options
gni_details(id = 17802847, verbose = TRUE)
}