Create R6 reference object class elementarysampleraw
new()
Initialize function for R6 elementarysampleraw class.
elementarysampleraw$new(
trip_id,
well_id,
sample_id,
sub_sample_id,
sub_sample_total_count_id,
elementarysampleraw_id,
sample_quality_code,
sample_type_code,
species_code,
species_fao_code,
size_measure_type_code,
sample_total_count,
sample_number_measured,
sample_length_class
)
trip_id
Object of class character expected. Trip identification.
well_id
Object of class character expected. Well identification.
sample_id
Object of class character expected. Sample identification.
sub_sample_id
Object of class integer expected. Sub sample identification.
sub_sample_total_count_id
Object of class integer expected. Sub sample identification bis in relation with the fish total count.
elementarysampleraw_id
Object of class character expected. Elementary sample raw identification.
sample_quality_code
Object of class integer expected. Sample quality identification.
sample_type_code
Object of class integer expected. Sample type identification.
species_code
Object of class integer expected. Specie code identification.
species_fao_code
Object of class character expected. Specie code identification on 3 characters.
size_measure_type_code
Object of class integer expected. Length type identification.
sample_total_count
Object of class integer expected. Sample number of total individus counted.
sample_number_measured
Object of class integer expected. Sample number of measured individus.
sample_length_class
Object of class integer expected. Sample length class of measured individus.