process_hauls {Tivy} | R Documentation |
Process fishing haul data from PRODUCE sitrapesca files
Description
Processes fishing haul data from PRODUCE logbooks. Automatically detects required columns and creates standardized output with coordinates converted to decimal degrees.
Usage
process_hauls(data_hauls, correct_coordinates = TRUE, verbose = FALSE)
Arguments
data_hauls |
Data frame with raw haul data. |
correct_coordinates |
Logical. Correct coordinate errors during conversion. |
verbose |
Logical. Print column mapping information. |
Value
Data frame with 16 standardized columns including fishing trip code, haul number, dates, coordinates, species, and catch data.
Examples
processed_hauls <- process_hauls(data_hauls = calas_bitacora)
processed_hauls <- process_hauls(data_hauls = calas_bitacora, verbose = TRUE)
[Package Tivy version 0.1.0 Index]