Create R6 reference object class standardisedsample
new()Initialize function for R6 standardisedsample class.
standardisedsample$new(
  trip_id,
  well_id,
  sample_id,
  sample_quality_code,
  sample_type_code,
  species_fao_code,
  sample_standardised_length_class_lf,
  sample_number_measured_extrapolated_lf,
  sample_total_count
)trip_id(character) Trip identification.
well_id(character) Well identification.
sample_id(character) Sample identification.
sample_quality_codeObject of class integer expected. Sample quality identification.
sample_type_codeObject of class integer expected. Sample type identification.
species_fao_code(character) Specie code identification on 3 characters.
sample_standardised_length_class_lfObject of class integer expected. Sample standardized length class length fork of measured individuals.
sample_number_measured_extrapolated_lfObject of class numeric expected. Sample number of measured individuals extrapolated to all counted individuals.
sample_total_countObject of class integer expected. Sample number of total individuals counted.