summary: Get mileage club summary

Description Usage Arguments Examples

View source: R/summary.R

Description

Get the mileage club summary as a shiny app which reports the cumulative miles, milestones, and students reaching milestones.

Usage

1
summary(cards, ids, school = "Fellows")

Arguments

cards

A data.frame containing all the cards with the weeks that they were completed.

ids

A data.frame containing the student

school

A string containing the name of the school

Examples

1
2
3
4
5
6
## Not run: 
cards = read_cards()
ids = read_csv('data/id.csv')
summary(cards,ids)

## End(Not run)

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