check_date_haul {BioIndex} | R Documentation |
The function allows to check the consistency of date among the tables befor mergin them together.
check_date_haul(DataTA, Data, year, wd = NA, suffix, verbose = TRUE)
DataTA |
data frame of the TA table |
Data |
data frame of one table among TB, TC, TE and TL |
year |
reference year for the analysis |
wd |
working directory |
suffix |
name of the logfile |
verbose |
boolean. If TRUE messages are reported in the console |