Skip to contents

This function extracts a specific field from the header of a SeaSondeRCS object.

Usage

seasonder_getSeaSondeRCS_headerField(seasonder_cs_object, field)

Arguments

seasonder_cs_object

A SeaSondeRCS object.

field

A string specifying the field name to retrieve from the header.

Value

The value of the specified field from the header. If the field is not found, NULL is returned.

Details

This function first retrieves the full header using seasonder_getSeaSondeRCS_header and then attempts to extract the requested field using pluck. The header is flattened before extraction to accommodate nested structures.

See also

seasonder_getSeaSondeRCS_header for retrieving the full header. pluck for selective element extraction.