Learn R Programming

rgbif (version 0.4.0)

taxonget: Get taxonomic information on a specific taxon or taxa in GBIF by their taxon concept keys.

Description

This function is deprecated.

Usage

taxonget(key = NULL)

Arguments

key
A single key, or many keys in a vector, for a taxon.

Value

  • A single data.frame of taxonomic information if single data.frame is supplied, or a list of data.frame's if a list of keys is supplied.

See Also

name_usage

Examples

Run this code
keys <- taxonsearch(scientificname = 'Puma concolor')
taxonget(keys$gbifkey)

# Just for one key
taxonget(51780668) # taxonconceptkey for Puma concolor

Run the code above in your browser using DataLab