Create trawl haul effort table for MACE cruise reports
build_haul_table.Rd
Produce a haul table for use in standard MACE cruise reports.
Arguments
- haul_data
The name of the dataframe that contains all needed values; this dataframe is created in the cruise report markdown process using the get_haul_table_data.R function.
haul_data
is checked to make sure that all columns and data types are present and correct; if there are problems withhaul_data
, errors will be returned that (hopefully) point out where problems exist.