R/rt_taxa_autocomplete.R
rt_taxa_autocomplete.Rd
Retrieve Taxon ID from partially matching its Name
rt_taxa_autocomplete(
term = NULL,
territories = NULL,
rank = NULL,
domain = NULL,
page = 1,
size = 200
)
character(1)
[required]
the beginning of the scientific name of the searched taxa
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
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
NULL
or character(1)
[default = NULL
]
The domain where the species is found:
"marin"
= Marine
"continental"
= Continental
integer(1)
[default = 1
]
The page number returned
integer(1)
[default = 200
]
The number of lines returned per page (maximum = 200)
the list of taxonomic ranks avaible through rt_taxo_ranks()
if (FALSE) {
rt_taxa_autocomplete(term = "Bradypus")
}