Description Usage Arguments Value Examples
For well-formed NMEA, existing tools for reading text are likely more useful
1 2 3 4 5 6 7 |
x |
An object from which to extract NMEA sentences. For the default
method this can be a |
... |
Unused |
sentence_start |
A vector of possible characters that denote the start of a sentence. These must be a single character. |
sentence_end |
A sequence that denotes the end of a sentence. The NMEA specification suggests that sentences always end with a carriage return (\r) and a new line (\n); however, because these files are opened and saved on various systems, a often only a newline follows a sentence. |
max_length |
The maximum number of characters to scan after
and including |
An nmea()
vector.
1 2 | file <- system.file("extdata/basic.nmea", package = "nmea")
read_nmea(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.