F.getByCatch | R Documentation |
Retreive all non-Chinook catch data between two dates at a site.
F.getByCatch(site, min.date, max.date)
site |
The identification number of the site for which estimates are required. |
min.date |
The start date for data to include. This is a text string in
the format |
max.date |
The end date for data to include. Same format as
|
Function F.getByCatch
utilizes query sequence By Catch to
obtain all non-Chinook records within a catch. See section Structured
Query Language (SQL) Queries in function F.run.sqlFile
for details.
A csv
with all non-Chinook records between the two dates
specified at the specified site.
WEST Inc.
F.run.sqlFile
## Not run: #' # ---- Fetch all by-catch data from the American. site <- 57000 min.date <- "2013-01-01" max.date <- "2013-06-01" df <- F.getByCatch(site,min.date,max.date) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.