Learn R Programming

walkboutr (version 0.6.0)

validate_gps_data: Validate GPS data

Description

This function validates GPS data for required variables, correct variable class, and correct data range.

Usage

validate_gps_data(gps_data)

Value

This function does not return anything. It throws an error if the GPS data fails any of the validation checks.

Arguments

gps_data

A data frame containing GPS data with the following variables: time, latitude, longitude, and speed.