locate.nafo | R Documentation |
Functions to locate yearly data file(s) of historical NAFO landings.
## S3 method for class 'nafo'
locate(x, year, source = "ascii", ...)
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. |
read.nafo
locate.nafo() # Find all NAFO files.
locate.nafo(1965) # Find specific year.
locate.nafo(1965:1970) # Find set of years.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.