Learn R Programming

taxize (version 0.7.9)

gni_details: Search for taxonomic name details using the Global Names Index.

Description

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 GET

Value

Data.frame of results.

See Also

gnr_datasources, gni_search.

Examples

Run this code
## 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())
# ## End(Not run)

Run the code above in your browser using DataLab