Query by year/location and return one joined data frame
timefish_query_local_join.RdThis helper is a high-level workflow for users who first select years and localities, then want the corresponding census records enriched with taxonomic fields in a single data frame.
Arguments
- year
Optional year filter. Accepts a single year, a vector of years, or
timefish_between().- country
Optional country filter for the location table.
- state
Optional state filter for the location table.
- location
Optional location filter for the location table.
- site
Optional site filter for the location table.
- location_filters
Optional additional named filters for the location table.
- census_filters
Optional additional named filters for the census table.
- taxonomic_filters
Optional additional named filters for the taxonomic table.
- ignore_case
Treat character filters as case-insensitive matches.
Examples
joined_2020 <- timefish_query_local_join(
year = 2020,
country = "Brazil",
state = c("Santa Catarina", "Sao Paulo")
)