Create R6 reference object class trip
new()Initialize function for R6 trip class.
trip$new(
trip_id,
flag_code,
departure_date,
trip_end_date,
logbook_availability_code,
landing_well_content_code,
vessel_code,
vessel_type_code
)trip_idObject of class character expected. Trip identification.
flag_codeObject of class character expected. Fleet identification.
departure_dateObject of class character expected. Departure date in format year month day hour minute second.
trip_end_dateObject of class character expected. Landing date in format ymd UTC.
logbook_availability_codeObject of class integer expected. Logbook availability value, 1 for available and 0 for not.
landing_well_content_codeObject of class integer expected. Informe if the fish hold empty at the end of the trip, 1 for yes and 0 for not.
vessel_codeObject of class integer expected. Vessel identification.
vessel_type_codeObject of class character expected. Vessel type identification.