# Create data set with missing time stamps
data(short_tracks)
t_df <- track(x = short_tracks$x, y = short_tracks$y, t = short_tracks$t,
id = short_tracks$id, proj = "+proj=longlat",
tz = "Africa/Windhoek", table = "df")
t_df <- t_df[-c(10, 100), ]
# Find missing data
missing <- missing_data(t_df)
Run the code above in your browser using DataLab