Description Usage Format Variables
This dataset contains anonymous statistics for ValleyBike users in 2018, 2019, 2020, and 2021.
1 | data("users")
|
A tibble
user_id (character), the user's unique id (primary key)
trips (integer), the total number of trips taken by the user
min_trip_duration (double), the user's minimum trip duration
mean_trip_duration (double), the user's mean trip duration
median_trip_duration (double), the user's median trip duration
max_trip_duration (double), the user's maximum trip duration
first_trip_time (datetime), the datetime of the user's first recorded trip
last_trip_time (datetime), the datetime of the user's last recorded trip
top_start_station (character), the station at which the user most frequently starts a trip
top_start_station_trips (integer), the number of trips starting at the top start station
top_end_station (character), the station at which the user most frequently ends a trip
top_end_station_trips (integer), the number of trips ending at the top end station
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.