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_fao_code,
  landing_weight
)trip_idObject of class character expected. Trip identification.
elementarylanding_idObject of class character expected. Elementary landing identification.
weight_category_codeObject of class integer expected. Logbook weight category.
weight_category_labelObject of class character expected. Logbook category name identification.
species_fao_codeObject of class character expected. Species code identification on 3 characters.
landing_weightObject of class numeric expected. Landing weight in tonnes.