| pm_backbone_info | R Documentation |
Displays summary information about the taxonomic backbone used in perumammals. The backbone is based on the taxonomic checklist published by Pacheco et al. (2021), which was digitised from the original PDF publication into a structured tibble format.
pm_backbone_info()
Invisibly returns a tibble with one row containing the backbone
metadata. The same structure as peru_mammals_backbone.
Called primarily for its side effect of printing the summary information.
Pacheco Torres, V. R., Diaz, S., Graham Angeles, L. A., Flores-Quispe, M., Calizaya-Mamani, G., Ruelas, D., & Sánchez-Vendizú, P. (2021). Lista actualizada de la diversidad de los mamíferos del Perú y una propuesta para su actualización. Revista Peruana De Biología, 28(4), e21019. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.15381/rpb.v28i4.21019")}
peru_mammals_backbone for the complete backbone data.
# Display backbone information
pm_backbone_info()
# Access the data invisibly returned
backbone_data <- pm_backbone_info()
backbone_data$n_species
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.