Learn R Programming

rgbif (version 0.4.0)

occurrencelist_all: Occurrencelist_all carries out an occurrencelist query for a single name and all its name variants according to GBIF's name matching.

Description

This function is deprecated.

Usage

occurrencelist_all(scientificname, ranktoget = "species",
    ...)

Arguments

scientificname
A scientific name. (character)
ranktoget
You must specify the taxonomic rank you are searching for so that we can select the correct names.
...
Further arguments passed on to occurrencelist_many

See Also

occ_search

Examples

Run this code
# Query for a single species
# compare the names returned by occurrencelist to occurrencelist_all
occurrencelist(scientificname = 'Aristolochia serpentaria',
   coordinatestatus = TRUE, maxresults=40)
occurrencelist_all(scientificname = 'Aristolochia serpentaria',
   coordinatestatus = TRUE, maxresults=40)

Run the code above in your browser using DataLab