Description Usage Format Details Source References Examples
Bike Sharing data
1 | data("bike_share")
|
A data frame with 17379 observations on the following 13 variables.
date
a Date
season
a factor with levels 1
2
3
4
hour
a numeric vector
holiday
a numeric vector
day_of_week
a numeric vector
working_day
a numeric vector
weather_type
a numeric vector
temp_F
a numeric vector
temp_feels_F
a numeric vector
wind_speed
a numeric vector
casual_users
a numeric vector
registerd_users
a numeric vector
total_users
a numeric vector
Bike Sharing data
https://data.world/data-society/capital-bikeshare-2011-2012
https://data.world/data-society/capital-bikeshare-2011-2012
1 2 | data(bike_share)
## maybe str(bike_share) ; plot(bike_share) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.