get_NME0: Get NME0 datagrams from imported EK* raw files

View source: R/get_NME0.R

get_NME0R Documentation

Get NME0 datagrams from imported EK* raw files

Description

Read the NMEA sentences stored in NME0 datagrams.

Usage

get_NME0(raw)

Arguments

raw

A raw vector imported via read.EK_raw or an EK* raw file name.

Details

The GPS data stored in the output of this function needs to be parsed to be useful. This is done with parse.nmea() function.

Value

A data frame with CPU time and corresponding NMEA sentences as text strings.

Author(s)

Héctor Villalobos.

See Also

parse.nmea

Examples

if(interactive()){
nmea <- get_NME0("D20130504-T083828.raw")
head(nmea)
} 

hvillalo/echogram documentation built on Oct. 2, 2023, 7:28 a.m.