Description Usage Format Variables
The monthly datasets contain month-by-month trajectory data for all the months that ValleyBike has been in active operation. The point data (latitude, longitude) was collected during every trip, at 5-second intervals.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | data("june2018")
data("july2018")
data("august2018")
data("september2018")
data("october2018")
data("november2018")
data("april2019")
data("may2019")
data("june2019")
data("july2019")
data("august2019")
data("september2019")
data("october2019")
data("november2019")
data("june2020")
data("july2020")
data("august2020")
data("september2020")
data("october2020")
data("november2020")
data("december2020")
data("january2021")
data("february2021")
data("march2021")
data("april2021")
data("may2021")
|
An object of class tbl_df
(inherits from tbl
, data.frame
) with 36773 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2054773 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 5802790 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 8927495 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 7331158 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2598266 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4681751 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3379888 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4875254 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4369828 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 4006793 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3360060 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2223486 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 879494 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 435629 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2641636 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2890749 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2681825 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 361804 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1013172 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 363270 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 296398 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 140010 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1605535 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 2349597 rows and 6 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3622175 rows and 6 columns.
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
time (datetime), the time at which the location was recorded (down to seconds)
longitude (double), the longitude of the bike at that point in time
latitude (double), the latitude of the bike at that point in time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.