Description Usage Arguments Value Examples
Extract NMEA components
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | nmea_length(x)
nmea_sub(x, start = 0L, end = -1L)
nmea_sentence_id(x)
nmea_talker(x)
nmea_message_type(x)
nmea_sentence_id(x)
nmea_talker_label(x)
nmea_message_type_label(x)
nmea_checksum(x)
nmea_meta(x)
|
x |
An |
start, end |
Zero-based to extract. Negative indices refer to values from the end of the sentence. |
A vector of the specified components
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.