View source: R/italic_checklist.R
italic_checklist | R Documentation |
Retrieves the complete list of accepted scientific names from the Checklist of the Lichens of Italy in ITALIC. The function returns all accepted names of species occurring in Italy. If the parameter include_bordering_countries is set to TRUE the function returns all the accepted names of species in ITALIC occurring both in Italy and in bordering countries.
italic_checklist(
include_bordering_countries = FALSE,
genus = NULL,
family = NULL,
order = NULL,
class = NULL,
phylum = NULL
)
include_bordering_countries |
Optional. Default FALSE. If TRUE the result includes also taxa occurring in bordering countries. |
genus |
Optional. A genus name to filter the checklist. |
family |
Optional. A family name to filter the checklist. |
order |
Optional. An order name to filter the checklist. |
class |
Optional. A class name to filter the checklist. |
phylum |
Optional. A phylum name to filter the checklist. |
A character vector containing all accepted scientific names from the checklist of ITALIC.
ITALIC - The Information System on Italian Lichens: checklist https://italic.units.it/index.php?procedure=checklist
## Not run:
# Get the complete checklist of Italy
italic_checklist()
# Get the complete checklist of Italy and bordering countries
italic_checklist(include_bordering_countries=TRUE)
# Get the checklist of the species of genus Lecanora
italic_checklist(genus ="Lecanora")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.