Retrieve eBird Data
get_ebird.RdFilters and retrieves data from an eBird GeoDatabase file (.gdb) using a SQL query.
Arguments
- path
Character string specifying the file path to the eBird GeoDatabase file (.gdb). If
NULL, uses the default path fromexternal_files()$ebird_data$path.- species
Character vector of species names to filter (e.g., "Snow Goose"). If
NULL, the query will not filter by species.- year
Integer vector of years to filter (e.g.,
2012:2014). IfNULL, the query will not filter by year.- month
Integer vector of months to filter (e.g.,
4:5). IfNULL, the query will filter by year only.- extent
An
sforterraspatial object defining the spatial extent to filter data. IfNULL, the query will not apply spatial filtering.- ...
Additional arguments passed to the SQL query construction function (
compose_query). This allows for further customization of query conditions.