recent_races: Recent Races

Description Usage Arguments Value Examples

View source: R/recent_races.R

Description

Utility function for listing the most recent races in the database since a given date. Used mainly to help track what new races need to be entered.

Usage

1
recent_races(cur_date)

Arguments

cur_date

character; a date in the format "YYYY-MM-DD"

Value

A data frame with one row for each race listing various details

Examples

1
2
3
4
5
## Not run: 
x <- recent_races("2016-02-01")
head(x)

## End(Not run)

joranE/statskier2 documentation built on May 19, 2019, 8:42 p.m.