count_trips | R Documentation |
Adds a column with the trip number and removes central locations
count_trips(GPS_data = GPS_data)
GPS_data |
A data frame with a column named 'trip_number' |
Returns a data frame with the trip number and without central locations
GPS_trips<-count_trips(GPS_data=GPS_trip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.