taxize (version 0.1.5)

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

Description

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

Usage

gni_details(id = NULL, all_records = NULL,
    url = "http://gni.globalnames.org/name_strings/")

Arguments

id
Name id.
all_records
If all_records is 1, GNI returns all records from all repositories for the name string (takes 0, or 1, default is 1).
url
Base url for the API; leave as is.

Value

  • Data.frame of results.

See Also

gnr_datasources, gni_search.

Examples

Run this code
gni_details(id = 17802847)
ldply(list(1265133, 17802847), gni_details)

Run the code above in your browser using DataCamp Workspace