taxonLookup | R Documentation |
A function that iteratively calls the
name_lookup
function to retrieve information relating to
a taxon (or selection of taxa) contained at GBIF.
taxonLookup(
kingdom = NULL,
phylum = NULL,
class = NULL,
order = NULL,
family = NULL,
genus = NULL,
species = NULL,
other = NULL,
limit = NULL,
rank = NULL,
...
)
kingdom |
A character vector containing the kingdoms that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the kingdoms specified in the input. A value of |
phylum |
A character vector containing the phyla that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the phyla specified in the input. A value of |
class |
A character vector containing the classes that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the classes specified in the input. A value of |
order |
A character vector containing the orders that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the orders specified in the input. A value of |
family |
A character vector containing the families that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the families specified in the input. A value of |
genus |
A character vector containing the genera that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the genera specified in the input. A value of |
species |
A character vector containing the species that the taxa
retrieved from GBIF's taxonomies database must belong to. An entry with a
length greater than one will ensure that all retrieved entries must belong
to one of the species specified in the input. A value of |
other |
A character vector containing the values for the taxonomic level
specified in the |
limit |
An integer scalar containing the maximum number of entries to
return from the query. A value of |
rank |
If the |
... |
Other parameters passed to the |
A data.frame
containing the taxonomic information for all
matching taxa according to the criteria specified in the function arguments.
Joseph D. Chipperfield, joechip90@googlemail.com
name_lookup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.