F.allCatch.table | R Documentation |
Lists all catch, regardless of species.
F.allCatch.table(site, min.date, max.date, output.file)
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
|
output.file |
The name of the file prefix under which output is to be saved. |
This function utilizes the All-Catch Series query to find and
identify all pertinent records within a catch. See the Section Structure
Query Language (SQL) Queries in F.run.sqlFile
for more information.
A csv
containing catch information for all caught species. A
data frame containing the same information is also returned, but invisibly.
F.chinookByDate.table
, F.get.all.fish.data
## Not run: # ---- Obtain the catch over the specified period on # ---- the American. site <- 57000 min.date <- "2013-01-01" max.date <- "2013-06-01" output.file <- NA df <- F.allCatch.table(site,min.date,max.date,output.file) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.