F.allCatch.table: F.allCatch.table

F.allCatch.tableR Documentation

F.allCatch.table

Description

Lists all catch, regardless of species.

Usage

F.allCatch.table(site, min.date, max.date, output.file)

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.

output.file

The name of the file prefix under which output is to be saved.

Details

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.

Value

A csv containing catch information for all caught species. A data frame containing the same information is also returned, but invisibly.

See Also

F.chinookByDate.table, F.get.all.fish.data

Examples

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

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