Description Usage Arguments Details Value Examples
Aggregate trip data.
1 | aggregate_trips(full_data)
|
full_data |
The full trajectory data (as output by |
Create a one-row-per-trip dataset from the output of get_full_data
.
A tibble of all available trip data.
1 2 3 4 5 | ## Not run:
full_data <- get_full_data()
trips <- aggregate_trips(full_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.