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