| seasonder_getSeaSondeRCS_headerField | R Documentation |
This function extracts a specific field from the header of a SeaSondeRCS object.
seasonder_getSeaSondeRCS_headerField(seasonder_cs_object, field)
seasonder_cs_object |
A SeaSondeRCS object. |
field |
A string specifying the field name to retrieve from the header. |
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.
The value of the specified field from the header. If the field is not found, NULL is returned.
seasonder_getSeaSondeRCS_header for retrieving the full header.
pluck for selective element extraction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.