seasonder_readSeaSondeCSFileHeaderV1 | R Documentation |
Reads the header of a SeaSonde file (Version 1) based on the provided specifications. Transforms the date-time fields and returns the results.
seasonder_readSeaSondeCSFileHeaderV1(
specs,
connection,
endian = "big",
prev_data = NULL
)
specs |
A list containing specifications for reading the file. |
connection |
Connection object to the file. |
endian |
Character string specifying the endianness. Default is "big". |
prev_data |
previous header data |
A list with the read and transformed results.
seasonder_check_specs
seasonder_readSeaSondeCSFileBlock
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.