Skip to contents

Get the version value from a SeaSondeRAPM object

Usage

# S3 method for class 'SeaSondeRAPM'
seasonder_getVersion(seasonder_obj)

Arguments

seasonder_obj

A SeaSondeRAPM object.

Value

The version value.

Examples

# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
# Retrieve version via the generic function
version <- seasonder_getVersion(obj)
print(version)
#> [1] 1