locate.scs: Locate Snow Crab Survey Data

locate.scssetR Documentation

Locate Snow Crab Survey Data

Description

Functions to locate various data file(s) from the Snow Crab Survey.

Usage

## S3 method for class 'scsset'
locate(x, year, source = "gulf.data", ...)

## S3 method for class 'scscat'
locate(x, year, source = "gulf.data", remove = "bad", ...)

## S3 method for class 'scsbio'
locate(x, year, source = "gulf.data", remove = "bad", ...)

## S3 method for class 'scslen'
locate(x, year, source = "gulf.data", remove = "bad", ...)

Arguments

x

Data object.

year

Survey year.

source

Character string specifying the data source for data files. Options are ‘ascii’ or a gulf package name (e.g. ‘gulf.data’).

remove

Character string vector specifying a list of key words, which if found in the data path or file name, are removed from the search results.

tow.id

Character string(s) specifying a tow identifier(s) (e.g. ‘GP354F’).

Functions

  • locate(scsset): Locate snow crab survey set data files.

  • locate(scscat): Locate snow crab survey biological data files.

  • locate(scsbio): Locate snow crab survey biological data files.

  • locate(scslen): Locate snow crab survey by-catch length data files.

See Also

scs

read.scs

Examples

locate.scsset()          # Find all snow crab survey set data files.
locate.scsset(2020)      # Find specific year.
locate.scsset(2010:2020) # Find set of years.


TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.