Learn R Programming

avilistr (version 0.0.1)

avilist_2025_short: AviList Global Avian Checklist v2025 (Short Version)

Description

The essential fields from the AviList dataset containing core taxonomic information for all bird species and subspecies as of June 2025. This is the official short version provided by the AviList team, optimized for faster loading and basic taxonomic operations.

Usage

avilist_2025_short

Arguments

Format

A data frame with 33684 rows and 14 columns. See avilist_metadata for detailed field descriptions.

Examples

Run this code
# Load the short dataset (faster loading)
data(avilist_2025_short)

# View summary
str(avilist_2025_short)

Run the code above in your browser using DataLab