F.get.all.catch.data | R Documentation |
Fetch catch data for a single taxon from an Access data base.
F.get.all.catch.data(site, taxon, min.date, max.date)
site |
The identification number of the site for which estimates are required. |
taxon |
The species identifier indicating the type of fish of interest.
This is always |
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.get.all.catch.data
is called from within function
F.chinookByDate.table
, and helps to obtain all records pertaining
to a particular taxon. Generally, it is expected this value is always
161980, i.e., Chinook Salmon.
A data frame entitled visit
. To be included, a record has to
be from the correct site
and taxon
, and be between the values
specified by min.date
and max.date
.
F.all.catch.table
## Not run: # ---- Fetch all catch data from the American. site <- 57000 taxon <- 161980 min.date <- "2013-01-01" max.date <- "2013-06-01" visit <- F.get.all.catch.data(site,taxon,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.