check_hauls_TBTA {BioIndex} | R Documentation |
The function check the presence of the TB (catch data table) hauls in the TA (haul data table)
check_hauls_TBTA(DataTA, DataTB, year, wd = NA, suffix, verbose = FALSE)
DataTA |
data frame of TA table |
DataTB |
data frame of TB table |
year |
reference year for the analysis |
wd |
working directory |
suffix |
name of the logfile |
verbose |
boolean. If TRUE messages are promted in the console |