Learn R Programming

animaltracker (version 0.2.0)

read_columbus: Read and process a Columbus P-1 data file containing NMEA records into a data frame

Description

Read and process a Columbus P-1 data file containing NMEA records into a data frame

Usage

read_columbus(filename)

Arguments

filename

path of Columbus P-1 data file

Value

NMEA records in RMC and GGA formats as a data frame

Examples

Run this code
# NOT RUN {
read_columbus(system.file("extdata", "demo_columbus.TXT", package = "animaltracker"))
# }

Run the code above in your browser using DataLab