Skip to contents

Query multiple TimeFish tables at once

Usage

timefish_query_bundle(
  census = list(),
  location = list(),
  taxonomic = list(),
  join = FALSE,
  ignore_case = TRUE
)

Arguments

census

Filters for the census table.

location

Filters for the location table.

taxonomic

Filters for the taxonomic table.

join

If TRUE, return a joined table instead of a list.

ignore_case

Treat character filters as case-insensitive matches.

Value

A named list of filtered tables, or a joined data frame if join = TRUE.