F.get.all.fish.data | R Documentation |
Fetch all fish data, regardless of taxon, from an Access data base between two dates.
F.get.all.fish.data(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
|
This is a generalization of F.get.indiv.fish.data
which
returns records for a single taxon. Function F.get.all.fish.data
utilizes the All Catch query series in order to obtain the proper data.
See section Structured Query Language (SQL) Queries in function
F.run.sqlFile
.
A data frame containing all catch, regardless of taxon, between the specified dates.
WEST Inc.
F.get.indiv.fish.data
## Not run: # ---- Obtain all fish on the American between the specified dates. site <- 57000 min.date <- "2013-01-01" max.date <- "2013-06-01" F.get.all.fish.data(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.