| pm_list_families | R Documentation |
Summarises the number of genera, species and endemic species per family. Optionally filters the output to one or more taxonomic orders.
pm_list_families(order = NULL)
order |
Optional character vector specifying one or more taxonomic
orders to include. If |
A tibble with one row per family, arranged by order and family name, with the following columns:
Taxonomic order
Family name
Number of genera in the family
Number of species in the family
Number of endemic species to Peru in the family
# All families
pm_list_families()
# Only families within Rodentia
pm_list_families(order = "Rodentia")
# Multiple orders
pm_list_families(order = c("Rodentia", "Chiroptera"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.