View source: R/queryPITtagData.R
queryPITtagData | R Documentation |
Query and download PIT tag data about night passage and re-ascension at particular dams for specific species and year, using DART.
queryPITtagData(
damPIT = c("GRA", "PRA", "RIA", "RRF"),
spp = c("Chinook", "Coho", "Steelhead", "Sockeye"),
start_date = NULL,
end_date = NULL
)
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 ( |
end_date |
character vector of date ( |
Kevin See
https://www.cbr.washington.edu/dart
queryPITtagData(start_date = '20150701')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.