check_hauls_TATL {RoMEBS}R Documentation

Check presence of TA hauls in TL

Description

Check if the hauls in TA are present in TL

Usage

check_hauls_TATL(DataTA, DataTL, wd, suffix)

Arguments

DataTA

Haul data table according to MEDITS protocol (TA)

DataTL

Litter data table according to MEDITS protocol (TL)

wd

working directory path defined by the user

suffix

Suffix string of the Logfile

Details

The function checks whether all the hauls peresent in hauls data table (TA) are included in the litter data table (TL).

Value

The function returns always TRUE because the outcome of the function is a warning that does not lock the execution of the RoMEBS checks. The list of the hauls not present in the TL table is reported in the logfile stored in the "Logfiles"" subdirectory of the "wd" user-defined directory.

Author(s)

I. Bitetto, W. Zupa

References

Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp.https://www.sibm.it/MEDITS 2011/principaledownload.htm

Examples


    library(RoMEBS)
    wd <- tempdir()
    suffix="2020-03-05_time_h17m44s55"
    DataTA = RoMEBS::TA
    DataTL = RoMEBS::TL
    check_hauls_TATL(DataTA,DataTL,wd,suffix)


[Package RoMEBS version 0.2.02 Index]