Learn R Programming

rgbif (version 0.7.0)

taxoncount: Search by taxon to retrieve number of records in GBIF.

Description

This function is deprecated.

Usage

taxoncount(scientificname = NULL, rank = NULL, dataresourcekey = NULL)

Arguments

scientificname
Scientitic name of taxon (character, see example)
rank
Rank of taxon, see taxrank() (character)
dataresourcekey
Filter records to those provided by the supplied numeric key for a data resource. See resources(). (character)

See Also

occ_count

Examples

Run this code
taxoncount(scientificname = 'Puma concolor')
taxoncount(scientificname = 'Helianthus annuus')
taxoncount(rank = 'family')

Run the code above in your browser using DataLab