Query and download data about PIT tags observed crossing a particular site, using DART.
queryPITtagObs(
site = "GRA",
spp = c("Chinook", "Coho", "Steelhead", "Sockeye"),
start_date = NULL,
end_date = NULL
)
The site to query observations for. Query only set up for Lower Granite Dam Adult Fishway (GRA) at this time.
species to query PIT tag observations for. Possible choices are: Chinook, Coho, Steelhead, Sockeye
character vector of date (YYYYMMDD
) when query should start
character vector of date (YYYYMMDD
) when query should end
queryPITtagObs(yr = 2013)
#> Error in queryPITtagObs(yr = 2013): unused argument (yr = 2013)