seasonder_getSeaSondeRCS_headerField {SeaSondeR}R Documentation

Retrieve a Specific Field from a SeaSondeRCS Header

Description

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.

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.

Value

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

See Also

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


[Package SeaSondeR version 0.2.8 Index]