Create R6 reference object class elementarywellplan
new()Initialize function for R6 elementarywellplan class.
elementarywellplan$new(
wellplan_id,
well_id,
activity_id,
school_type_code,
sample_id,
species_fao_code,
wellplan_weight,
wellplan_count,
weight_category_code,
weight_category_label
)wellplan_idObject of class character expected. Wellplan identification.
well_idObject of class character expected. Well identification.
activity_idObject of class character expected. Activity identification.
school_type_codeObject of class character expected. School type identification.
sample_idObject of class character expected. Sample identification.
species_fao_codeObject of class character expected. Specie code identification on 3 characters.
wellplan_weight(numeric) Weight in tonnes filled in the well plan.
wellplan_countObject of class integer expected. Well plan number of individus.
weight_category_codeObject of class character expected. Well plan category code identification.
weight_category_labelObject of class character expected. Well plan weight category identification.