The Seabird hex format is not publicly defined anywhere, but is a mix of binary integer representations scaled in various ways to represent voltage, frequency, count, and NMEA output. These functions are best considered as entertainment only.
1 | read_sbe_hex_lines(file, skip = 0, n_max = Inf, header = read_sbe_header(file))
|
file |
A file, URL, or connection. Files ending in .gz, .bz2, .xz, or
.zip will be automatically uncompressed; URLs will be automatically
downloaded. See |
skip |
Number of non-header rows to skip. |
n_max |
Maximum number of rows to read. |
header |
A previously read value obtained from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.