Retrieve a Specific Field from a SeaSondeRCS Header
Source:R/SeaSondeRCS.R
seasonder_getSeaSondeRCS_headerField.Rd
This function extracts a specific field from the header of a SeaSondeRCS object.
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.