Create R6 reference object class elementarywellplan
new()
Initialize function for R6 elementarywellplan class.
elementarywellplan$new(
wellplan_id,
well_id,
activity_id,
sample_id,
species_code,
species_fao_code,
wellplan_weight,
wellplan_count,
weight_category_code,
weight_category_label
)
wellplan_id
Object of class character expected. Wellplan identification.
well_id
Object of class character expected. Well identification.
activity_id
Object of class character expected. Activity identification.
sample_id
Object of class character expected. Sample identification.
species_code
Object of class integer expected. Specie code identifiation.
species_fao_code
Object of class character expected. Specie code identification on 3 characters.
wellplan_weight
(numeric) Weight in tonnes filled in the well plan.
wellplan_count
Object of class integer expected. Well plan number of individus.
weight_category_code
Object of class character expected. Well plan category code identification.
weight_category_label
Object of class character expected. Well plan weight category identification.