# NOT RUN {
library(moveVis)
library(move)
# load the example data
data("move_data")
# check min and max of move_data timestamps
min(timestamps(move_data))
max(timestamps(move_data))
# subset by character times
m <- subset_move(move_data, from = "2018-05-15 07:00:00", to = "2018-05-15 18:00:00")
# check min and max of result
min(timestamps(m))
max(timestamps(m))
# }
Run the code above in your browser using DataLab