read_cards: Read all cards and merge with days information

Description Usage Arguments Value Examples

View source: R/read_cards.R

Description

Read all card files. The filenames should be YYYYMMDD.csv and should have a single column labeled 'id'.

Usage

1
read_cards(cards_path = "data/cards/", days_file = "data/days.csv")

Arguments

cards_path

A directory contain the card files.

days_file

A directory contain the day information.

Value

A data.frame of all cards merged with day information.

Examples

1
2
3
4
## Not run: 
read_cards()

## End(Not run)

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