View source: R/duncan_fish_data_tidy.R
Gillnet data loaded is from original excel workbook provided by FLNRO Large Lakes team (DuncanGillnettData_2018 ages final.xlsx). The names of the columns have been repaired on import with .name_repair function from https://readxl.tidyverse.org/ package
1 | duncan_gillnet_tidy_2018(df = gillnet_raw, sheet_name = "2018 GN")
|
df |
List of dataframes each representing a sheet in DuncanGillnettData_2018 ages final.xlsx. This defaults to the gillnet_raw list object. |
sheet_name |
String name of excel sheet in list loaded from original excel file. Defaults to "2017 GN". Other option is "2018 GN" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.