totalRides | R Documentation |
Computes the total number of Divvy rides completed in one month
totalRides(df)
df |
A dataframe, the function is formatted to work with the dataframes from the divvymos package that contain a column called Total equalling the total number of rides by station. |
An integer equalling the total number of rides taken
Christopher Cebra
https://ride.divvybikes.com/system-data
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (df) { }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.