queryTagsDART: Query DART for list of PIT tags

View source: R/queryTagsDART.R

queryTagsDARTR Documentation

Query DART for list of PIT tags

Description

For certain locations, query DART to return all PIT tags observed there from a given species in a given spawn year.

Usage

queryTagsDART(
  species = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  loc = c("GRA", "PRA"),
  spawnYear = NULL
)

Arguments

species

Chinook, Coho, Steelhead and Sockeye

loc

code for initial location. Currently includes options for Lower Granite (GRA) and Priest Rapids (PRA) dams.

spawnYear

available years includes spawn year 2010 to present

Author(s)

Kevin See

Examples

queryTagsDART("Chinook", "GRA", 2019)


KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.