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.

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

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

Examples

queryPITtagObs(yr = 2013)

KevinSee/STADEM documentation built on March 7, 2024, 12:50 p.m.