# NOT RUN {
## Prepare the dataset "places_gps" and run get_clusters()
# }
# NOT RUN {
places_gps$time_local <- as.POSIXct(strptime(places_gps$time_local, "%m/%d/%y %H:%M"), tz="UTC")
colnames(places_gps)[c(2,4)] <- c("start_time", "lon")
clusters <- get_clusters(places_gps)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab