check_0_fieldsTA: Checks the presence of 0 fields in TA

View source: R/check_0_fieldsTA.r

check_0_fieldsTAR Documentation

Checks the presence of 0 fields in TA

Description

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

Usage

check_0_fieldsTA(DataTA,wd,suffix,year)

Arguments

DataTA

Haul data table according to MEDITS protocol (TA)

wd

working directory path defined by the user

suffix

Suffix string of the Logfile

year

reference year for the analysis

Value

The function returns a boolean value. It is FALSE in case 0 values are detected in the TA table's fields

Author(s)

Isabella Bitetto [aut,cre] <bitetto@coispa.it>; Walter Zupa [aut, cre] <zupa@coispa.it>

References

Anonymus (2017) "MEDITS-Handbook. Version n. 9. MEDITS Working Group" https://www.sibm.it/MEDITS%202011/principaledownload.htm

Examples

wd <- tempdir()
suffix="2020-03-05_time_h17m44s55"
check_0_fieldsTA(RoME::TA,wd,suffix, year=2007)

RoME documentation built on April 24, 2026, 1:07 a.m.