elementarylanding: R6 class elementarylanding

elementarylandingR Documentation

R6 class elementarylanding

Description

Create R6 reference object class elementarylanding

Methods

Public methods


Method new()

Initialize function for R6 elementarylanding class.

Usage
elementarylanding$new(
  trip_id,
  elementarylanding_id,
  landing_category,
  landing_category_name,
  specie_code,
  specie_code3l,
  landing_weight
)
Arguments
trip_id

Object of class character expected. Trip identification.

elementarylanding_id

Object of class character expected. Elementary landing identification.

landing_category

Object of class integer expected. Landing category identification.

landing_category_name

Object of class character expected. Landing category name identification.

specie_code

Object of class integer expected. Specie code identification.

specie_code3l

Object of class character expected. Specie 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.


OB7-IRD/t3 documentation built on April 23, 2023, 7:34 p.m.