View source: R/get_taxon_table.R
get_taxon_table | R Documentation |
This function accesses the api endpoint for taxon records of fish and non-fish species. These records include the ITIS code, common name, scientific name, taxonomic rank, vert/invert classification, and HHFAU code (if applicable). Different taxonomic ranks allow selection of a taxon at different levels of specificity (e.g. 'Turtles/Testudines' vs. 'Eastern painted turtle').
get_taxon_table(filter_list = list(), to_upper = TRUE)
filter_list |
list |
to_upper |
|
Current filter parameters are 'taxon', 'itiscode', 'taxon_name', 'taxon_label', 'taxonomic_rank', 'vertinvert', and 'omnr_provincial_code'.
See https://intra.glis.mnr.gov.on.ca/common/api/v1/swagger/ and filter by "taxon" for the full list of available filter keys (query parameters)
See https://intra.glis.mnr.gov.on.ca/common/taxon/ for the full list of taxon codes
dataframe
Rachel Henderson rachel.henderson@ontario.ca
taxa_list <- get_taxon_table()
order_list <- get_taxon_table(list(taxonomic_rank = "order"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.