| get_NME0 | R Documentation | 
Read the NMEA sentences stored in NME0 datagrams.
get_NME0(raw)
raw | 
 A raw vector imported via   | 
The GPS data stored in the output of this function needs to be parsed
to be useful. This is done with parse.nmea() function.
A data frame with CPU time and corresponding NMEA sentences as text strings.
Héctor Villalobos.
parse.nmea
if(interactive()){
nmea <- get_NME0("D20130504-T083828.raw")
head(nmea)
} 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.