| read.lf | R Documentation | 
Reads length-frequency data from dockside monitoring.
read.lf(file, year = NULL, 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). | 
Reads length-frequency data from dockside monitoring. Follows structure of file S:/SAS/Peche/Infile_EntFrq.txt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.