milestones: Calculate milestones

Description Usage Arguments Value Examples

View source: R/milestones.R

Description

This will calculate, by week, the number of students hitting a particular milestone (every 5 miles) and the cumulative number of students who have hit that milestone as of that week.

Usage

1

Arguments

d

A data.frame containing all card and day information.

Value

A data_frame with the number of students hitting a particular milestone.

Examples

1
2
3
4
## Not run: 
read_cards() %>% milestones

## End(Not run)

jarad/mileageClub documentation built on May 18, 2019, 3:46 p.m.