Check of TA (table A, hauls data), TB (table B, catches data), and TC (table C, biological data) tables' fields format
The function checks whether TA (table A, hauls data), TB (table B, catches data), and TC (table C, biological data) tables have the currect fields. Missing columns or not expected fields could generate errors in the merging functions. check.format
helps to identify the presence of unexpected or missing columns generating warnings.
check.format(TA, TB, TC)
TA |
data frame of hauls data (TA, table A) |
TB |
data frame of the catches data (TB, table B) |
TC |
data frame of the biological data (TC, table C) |
The function returns messages of the inconsistences detected in the names and in the order of the columns of the TA (table A, hauls data), TB (table B, catches data) and TC (table C, biological data) tables. In case no message is generated by the function the format of the data frames is assumed to be currect.
Walter Zupa
check.format(TA, TB, TC)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.