View source: R/process_gps_data_into_gps_epochs.R
validate_gps_data | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.