queryObsDART: Query DART for observations of PIT tags

View source: R/queryObsDART.R

queryObsDARTR Documentation

Query DART for observations of PIT tags

Description

For certain locations (currently Lower Granite Dam and Priest Rapids Dam), query DART to return all PIT tags observed there from a given species in a given spawn year, as well as any subsequent detections upstream.

Usage

queryObsDART(
  species = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  loc = c("GRA", "PRA"),
  spawn_year = 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.

spawn_year

available years includes spawn year 2010 to present

Value

A tibble with particular information from a complete tag history PTAGIS query.

Author(s)

Kevin See

Examples

queryObsDART(species = 'Chinook',
                       loc = "GRA",
                       spawn_year = 2019)

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