Learn R Programming

FLightR (version 0.5.6)

read_gps_track: Read a GPS track for validation

Description

Reads a CSV file containing GPS fixes. Required columns are time, lon, and lat. The time column is converted to POSIXct in UTC when needed.

Usage

read_gps_track(path)

Value

A data.frame with POSIXct time and numeric lon/lat columns.

Arguments

path

Path to a private local GPS CSV file.