Skip to contents

Identify the version of the eBird Status and Trends Data Products that this version of the R package works with. Versions are defined by the year that all model estimates are made for.

Usage

ebirdst_version()

Value

A list with three components: status_version_year is the version year for the eBird Status Data Products, trends_version_year is the version year for the eBird Trends Data Products, release_year is the year this version of the data were released.

Examples

ebirdst_version()
#> $status_version_year
#> [1] 2023
#> 
#> $trends_version_year
#> [1] 2022
#> 
#> $release_year
#> [1] 2025
#>