powered by
Processes fishing trip data from PRODUCE logbooks. Automatically detects required columns and creates standardized output with proper date conversion.
process_fishing_trips(data_fishing_trips, verbose = FALSE)
Data frame with 6 standardized columns including trip code, vessel information, and trip dates.
Data frame with raw fishing trip data.
Logical. Print column mapping information.
fishing_trips <- process_fishing_trips(data_fishing_trips = faenas_bitacora) fishing_trips <- process_fishing_trips(data_fishing_trips = faenas_bitacora, verbose = TRUE)
Run the code above in your browser using DataLab