Create R6 reference object class wellset
new()Initialize function for R6 wellset class.
wellset$new(
trip_id,
activity_id,
school_type_code,
well_id,
sample_id,
weighted_weight,
weighted_weight_minus10,
weighted_weight_plus10
)trip_idObject of class character expected. Trip identification.
activity_idObject of class character expected. Activity identification.
school_type_codeObject of class character expected. School type identification.
well_idObject of class character expected. Well identification.
sample_idObject of class character expected. Sample identification.
weighted_weightObject of class numeric expected. Set weight weighted by all set in the well(s) (tonnes).
weighted_weight_minus10Object of class numeric expected. Set weight of individuals in the less than 10 kg category, in tonnes, (weighted by all set in the well(s)).
weighted_weight_plus10Object of class numeric expected. Set weight of individuals in the over 10 kg category, in tonnes, (weighted by all set in the well(s)).