Skip to contents

Getter for ProcessingSteps

Usage

seasonder_getSeaSondeRAPM_ProcessingSteps(seasonde_apm_obj)

Arguments

seasonde_apm_obj

SeaSonderAPM object

Value

The ProcessingSteps attribute from the object.

Examples

# Minimal example for seasonder_getSeaSondeRAPM_ProcessingSteps
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
processing_steps <- seasonder_getSeaSondeRAPM_ProcessingSteps(apm_obj)
print(processing_steps)
#> [1] "2025-04-28 09:33:36.574017: Created from /home/runner/work/_temp/Library/SeaSondeR/css_data/MeasPattern.txt."