Setter for FileID
Examples
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
#> seasonder_createSeaSondeRAPM: APM object created successfully.
new_file_id <- attributes(apm_obj)$FileID
apm_obj <- seasonder_setSeaSondeRAPM_FileID(apm_obj, new_file_id)
print(attributes(apm_obj)$FileID)
#> [1] "072E1AE5-F8DF-47C7-9408-28B2D594B4C8"