locate.nafo: Locate Historical NAFO Landings Data

View source: R/locate.nafo.R

locate.nafoR Documentation

Locate Historical NAFO Landings Data

Description

Functions to locate yearly data file(s) of historical NAFO landings.

Usage

## S3 method for class 'nafo'
locate(x, year, source = "ascii", ...)

Arguments

x

Data object.

year

Calendar year of the landings, must be between 1960 and 1997.

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.

See Also

read.nafo

Examples

locate.nafo()          # Find all NAFO files.
locate.nafo(1965)      # Find specific year.
locate.nafo(1965:1970) # Find set of years.


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