Skip to contents

This dataset, birds_peru_tbl_df, is a tibble containing an updated list of bird species recorded in Peru, based on the most recent taxonomic revisions by the South American Checklist Committee (SACC). It provides comprehensive information about avian biodiversity in Peru, including taxonomic classification, common names in English and Spanish, and conservation status for each species.

Usage

data(birds_peru_tbl_df)

Format

A tibble with 1,914 observations and 6 variables:

order_name

Taxonomic order of the bird species (character)

family_name

Taxonomic family of the bird species (character)

scientific_name

Scientific name of the bird species (character)

english_name

Common name in English (character)

spanish_name

Common name in Spanish (character)

status

Conservation or taxonomic status of the species (character)

Source

Data taken from the avesperu package version 0.0.6

Details

The dataset name has been kept as 'birds_peru_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PeruAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.