read.nafo: Read NAFO Landings Data

View source: R/read.nafo.R

read.nafoR Documentation

Read NAFO Landings Data

Description

Read a fixed-width formatted NAFO landings data file.

Usage

read.nafo(x, file, ...)

Arguments

x

Survey year or file name.

file

File name(s).

...

Arguments passed onto ‘locate.nafo’.

year

Survey year(s).

Value

A data frame is returned.

Examples

# Read the 1960-1965 NAFO landings data files:
x <- read.nafo(year = 1960)
   
# Read the 1960-1965 NAFO landings data files:
x <- read.nafo(year = 1960:1965)

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