pm_list_orders: List taxonomic orders in the Peruvian mammal backbone

View source: R/pm_explore.R

pm_list_ordersR Documentation

List taxonomic orders in the Peruvian mammal backbone

Description

Summarises the number of families, genera, species and endemic species per order in peru_mammals.

Usage

pm_list_orders()

Value

A tibble with one row per order and the following columns:

  • order – taxonomic order.

  • n_families – number of families in the order.

  • n_genera – number of genera in the order.

  • n_species – number of species in the order.

  • n_endemic – number of endemic species in the order.

Examples


pm_list_orders()



perumammals documentation built on Jan. 6, 2026, 5:06 p.m.