queryPITtagObs: PIT tag data

View source: R/queryPITtagObs.R

queryPITtagObsR Documentation

PIT tag data

Description

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

Usage

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

Arguments

site

The site to query observations for. Query only set up for Lower Granite Dam Adult Fishway (GRA) at this time.

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(s)

Kevin See

Source

https://www.cbr.washington.edu/dart

Examples

queryPITtagObs(yr = 2013)

KevinSee/STADEM documentation built on Oct. 21, 2024, 5:42 a.m.