check_0_fieldsTA {RoMEBS} | R Documentation |
The function checks the presence of 0 fields in the following haul data table (TA, according to MEDITS protocol) fields: WING_OPENING, WARP_DIAMETER and VERTICAL_OPENING
check_0_fieldsTA(DataTA,wd,suffix)
DataTA |
Haul data table according to MEDITS protocol (TA) |
wd |
working directory path defined by the user |
suffix |
Suffix string of the Logfile |
The function returns a boolean value. It is FALSE in case 0 values are detected in the TA table's fields
I. Bitetto, W. Zupa
Anonymus. 2017. MEDITS-Handbook. Version n. 9. MEDITS Working Group. 106 pp.https://www.sibm.it/MEDITS 2011/principaledownload.htm
library(MEDITS) wd <- tempdir() suffix="2020-03-05_time_h17m44s55" library(RoMEBS) check_0_fieldsTA(MEDITS::TA,wd,suffix)