read.nafo | R Documentation |
Read a fixed-width formatted NAFO landings data file.
read.nafo(x, file, ...)
x |
Survey year or file name. |
file |
File name(s). |
... |
Arguments passed onto ‘locate.nafo’. |
year |
Survey year(s). |
A data frame is returned.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.