Query and download data about PIT tags observed crossing a particular site, using DART.

queryPITtagObs(
  site = "GRA",
  spp = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  start_date = NULL,
  end_date = NULL
)

Arguments

site

The site to query observations for.

spp

species to query PIT tag observations for. Possible choices are: Chinook, Coho, Steelhead, Sockeye

start_date

character vector of date (YYYYMMDD) when query should start

end_date

character vector of date (YYYYMMDD) when query should end

Author

Kevin See

Examples

queryPITtagObs(yr = 2013)
#> Error in queryPITtagObs(yr = 2013): unused argument (yr = 2013)