Description Usage Format Variables
This data set is an aggregated one-row-per-trip version of the original point-in-time ValleyBike data for the years 2018, 2019, 2020, and 2021.
1 | data("trips")
|
A tibble
route_id (character), the trip's unique route id (primary key)
user_id (character), the rider's unique user id
bike (character), unique bike id
start_time (datetime), the trip's starting date-time (EDT)
end_time (datetime), the trip's ending date-time (EDT)
start_station (character), the trip's starting station
start_latitude (double), the trip's starting latitude
start_longitude (double), the trip's starting longitude
end_station (character), the trip's ending station
end_latitude (double), the trip's ending latitude
end_longitude (double), the trip's ending longitude
duration (double), the trip's duration (in seconds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.