read.bio | R Documentation |
Reads biological data
read.bio(file, year = NULL, sp, language = "en", ...)
file |
.dat file to read. This file is the output of this SAS program: S:/SAS/Peche/autoexec_peche.sas. |
year |
Vector of years to read (ex: 2015:2020). NULL by default, meaning the function will keep data from all available years. |
language |
Language to use for column names, either "en" (default) or "fr". |
... |
Optional arguments used with readr::read_fwf() (e.g., progress, skip_empty_rows, n_max). |
species |
Either "cod" or "mackerel". |
Read biological data from dockside monitoring. Currently only mackerel and Atlantic cod are supported (To add a species: fill in data_raw/bio_key.csv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.