validate_gps_data {walkboutr}R Documentation

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)

Arguments

gps_data

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

Value

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


[Package walkboutr version 0.6.0 Index]