Create R6 reference object class elementarycatch
new()Initialize function for R6 activities class.
elementarycatch$new(
  activity_id,
  elementarycatch_id,
  ocean_code,
  school_type_code,
  weight_category_code,
  weight_category_label,
  species_fao_code,
  species_fate_code,
  catch_weight
)activity_idObject of class character expected. Activity identification.
elementarycatch_idObject of class character expected. Elementary catch identification.
ocean_codeObject of class integer expected. Ocean identification.
school_type_codeObject of class integer expected. School type 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.
species_fate_codeObject of class integer expected. Species fate code identification.
catch_weightObject of class numeric expected. Catch weight in tonnes.