seasonder_readSeaSondeCSFileHeaderV2 {SeaSondeR} | R Documentation |
Read SeaSonde File Header (Version 2)
Description
Reads the header of a SeaSonde file (Version 2) based on the provided specifications.
Usage
seasonder_readSeaSondeCSFileHeaderV2(
specs,
connection,
endian = "big",
prev_data = NULL
)
Arguments
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 |
Value
A list with the read results.
See Also
seasonder_check_specs
seasonder_readSeaSondeCSFileBlock
[Package SeaSondeR version 0.2.8 Index]