read.nafoA | R Documentation |
Read NAFO 21A database data stored in a .csv file
read.nafoA(file, year = NULL, species = NULL)
file |
.csv file name to read. |
year |
Vector of years to read (ex: 2015:2020, c(2001, 2003:2018)). By default, the function will keep all years found in the file. |
species |
species name(s). Ex: "ATLANTIC COD - COD" for Atlantic cod. |
Read .csv file downloaded from from https://www.nafo.int/Data/STATLANT. Data is cleaned so that it is conform with other DFO data (ziff, carbio, length-frequencies).
See find.species to get the species names used in the database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.