totalRides: Total Rides

View source: R/totalRides.R

totalRidesR Documentation

Total Rides

Description

Computes the total number of Divvy rides completed in one month

Usage

totalRides(df)

Arguments

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.

Value

An integer equalling the total number of rides taken

Author(s)

Christopher Cebra

References

https://ride.divvybikes.com/system-data

Examples

##---- 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)
{
  }

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.