validate_gps_data {walkboutr} | R Documentation |
This function validates GPS data for required variables, correct variable class, and correct data range.
validate_gps_data(gps_data)
gps_data |
A data frame containing GPS data with the following variables: time, latitude, longitude, and speed. |
This function does not return anything. It throws an error if the GPS data fails any of the validation checks.