F.get.all.fish.data: F.get.all.fish.data

F.get.all.fish.dataR Documentation

F.get.all.fish.data

Description

Fetch all fish data, regardless of taxon, from an Access data base between two dates.

Usage

F.get.all.fish.data(site, min.date, max.date)

Arguments

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 %Y-%m-%d, or YYYY-MM-DD.

max.date

The end date for data to include. Same format as min.date.

Details

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.

Value

A data frame containing all catch, regardless of taxon, between the specified dates.

Author(s)

WEST Inc.

See Also

F.get.indiv.fish.data

Examples

## 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)

tmcd82070/CAMP_RST documentation built on April 6, 2022, 12:07 a.m.