Create R6 reference object class elementarylanding

Methods


Method new()

Initialize function for R6 elementarylanding class.

Usage

elementarylanding$new(
  trip_id,
  elementarylanding_id,
  weight_category_code,
  weight_category_label,
  species_code,
  species_fao_code,
  landing_weight
)

Arguments

trip_id

Object of class character expected. Trip identification.

elementarylanding_id

Object of class character expected. Elementary landing identification.

weight_category_code

Object of class integer expected. Logbook weight category.

weight_category_label

Object of class character expected. Logbook category name identification.

species_code

Object of class integer expected. Species code identification.

species_fao_code

Object of class character expected. Species code identification on 3 characters.

landing_weight

Object of class numeric expected. Landing weight in tonnes.


Method clone()

The objects of this class are cloneable with this method.

Usage

elementarylanding$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.