View source: R/utils-canada-create-fleet-year-catch-csv-files.R
canada_create_fleet_year_catch_csv_files | R Documentation |
Calculate the catch by year and fishery for Canadian fisheries
canada_create_fleet_year_catch_csv_files(
lst,
catch_scale = 1000,
write_file = TRUE,
digits = 2
)
lst |
A list as returned by |
catch_scale |
A value to divide the catch by prior to writing to the file |
write_file |
If |
digits |
The number of decimal places to include in the table output |
If write_file
is TRUE
, nothing. If write_file
is FALSE
,
a data frame containing the catch by year (rows) and fishery type (columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.