queryPITtagData: PIT tag data

View source: R/queryPITtagData.R

queryPITtagDataR Documentation

PIT tag data

Description

Query and download PIT tag data about night passage and re-ascension at particular dams for specific species and year, using DART.

Usage

queryPITtagData(
  damPIT = c("GRA", "PRA", "RIA", "RRF"),
  spp = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  start_date = NULL,
  end_date = NULL
)

Arguments

damPIT

the dam code for the dam you wish to query for PIT tag data. Currently only available for Lower Granite Dam (GRA), Priest Rapids (PRA), Rock Island (RIA) and Rocky Reach (RRF).

spp

species to query PIT tag data 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

queryPITtagData(start_date = '20150701')

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