rt_taxa_autocomplete: Retrieve Taxon ID from partially matching its Name

View source: R/rt_taxa_autocomplete.R

rt_taxa_autocompleteR Documentation

Retrieve Taxon ID from partially matching its Name

Description

Retrieve Taxon ID from partially matching its Name

Usage

rt_taxa_autocomplete(
  term = NULL,
  territories = NULL,
  rank = NULL,
  domain = NULL,
  page = 1,
  size = 200
)

Arguments

term

character(1) [required]
the beginning of the scientific name of the searched taxa

territories

NULL or character(1+) [default = NULL]
One or more territories where species is present:

  • "fr" = Mainland France

  • "gf" = French Guiana

  • "gua" = Guadeloupe

  • "mar" = Martinique

  • "sm" = Saint Martin

  • "sb" = Saint Barthélemy

  • "spm" = Saint Pierre and Miquelon

  • "epa" = Scattered Islands in the Indian Ocean

  • "may" = Mayotte

  • "reu" = Réunion

  • "sa" = French Southern and Antarctic Lands

  • "ta" = Adélie Land

  • "nc" = New Caledonia

  • "wf" = Wallis and Futuna

  • "pf" = French Polynesia

  • "cli" = Clipperton Island

rank

NULL or character(1+) [default = NULL]
One of more rank of the searched taxa (see rt_taxo_ranks() for the list of all ranks available):

  • Dumm= Domain

  • KD= Kingdom

  • PH= Phylum

  • CL= Class

  • OR= Order

  • FM= Family

  • SBFM= Subfamily

  • TR= Tribe

  • GN= Genus

  • AGES= Aggregate

  • ES= Species

  • SSES= Subspecies

  • NAT= Natio

  • VAR= Variety

  • SVAR= Sub-variety

  • FO= Form

  • SSFO= Sub-form

  • RACE= Race

  • CAR= Cultivar

  • AB= Abberatio

domain

NULL or character(1) [default = NULL]
The domain where the species is found:

  • "marin" = Marine

  • "continental" = Continental

page

integer(1) [default = 1]
The page number returned

size

integer(1) [default = 200]
The number of lines returned per page (maximum = 200)

See Also

the list of taxonomic ranks avaible through rt_taxo_ranks()

Examples

## Not run: 
rt_taxa_autocomplete(term = "Bradypus")

## End(Not run)


Rekyt/rtaxref documentation built on June 18, 2022, 1:02 p.m.