validate_gps_data: Validate GPS data

View source: R/process_gps_data_into_gps_epochs.R

validate_gps_dataR 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.


walkboutr documentation built on May 29, 2024, 2:58 a.m.