get_PITobs: DART PIT tag Observation Data

View source: R/get_PITobs.R

get_PITobsR Documentation

DART PIT tag Observation Data

Description

Query DART's PIT tag observation detail records.

Usage

get_PITobs(
  query_type = c("obs_site", "release_site"),
  obs_site = c("GRA", "B2A", "GRJ"),
  release_site = NULL,
  species = c("Chinook", "Coho", "Steelhead", "Sockeye"),
  run = c("All", "Spring", "Summer", "Fall", "Winter", "Unknown"),
  rear_type = c("All", "W+H", "Wild", "Hatchery", "Unknown"),
  start_date = NULL,
  end_date = NULL
)

Arguments

query_type

Query PIT-tag observation data for either an observation site (default) or a release site.

obs_site

For use with observation site query. Currently only available for Lower Granite Dam (GRA, default) and Bonneville (B2A).

release_site

For use with release site query. Use PTAGIS release codes.

species

Species to query. Possible choices are: Chinook, Coho, Steelhead, Sockeye

run

Run to query. Possible choices are: All, Spring, Summer, Fall, Winter, Unknown

rear_type

Rear type to query. Possible choices are: All, W+H, Wild, Hatchery, Unknown

start_date

Observation start date with format mm/dd/yyyy

end_date

Observation end date with format mm/dd/yyyy

Author(s)

Ryan N. Kinzer

Source

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

Examples


queryPITtagAdult(spawn_yr = 2015)

ryankinzer/fisheR documentation built on Feb. 2, 2024, 7:11 p.m.