Create R6 reference object class elementarylanding
new()
Initialize function for R6 elementarylanding class.
elementarylanding$new(
trip_id,
elementarylanding_id,
weight_category_code,
weight_category_label,
species_code,
species_fao_code,
landing_weight
)
trip_id
Object of class character expected. Trip identification.
elementarylanding_id
Object of class character expected. Elementary landing identification.
weight_category_code
Object of class integer expected. Logbook weight category.
weight_category_label
Object of class character expected. Logbook category name identification.
species_code
Object of class integer expected. Species code identification.
species_fao_code
Object of class character expected. Species code identification on 3 characters.
landing_weight
Object of class numeric expected. Landing weight in tonnes.