Description Usage Arguments Value Examples
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.
1  | recent_races(cur_date)
 | 
cur_date | 
 character; a date in the format "YYYY-MM-DD"  | 
A data frame with one row for each race listing various details
1 2 3 4 5  | ## Not run: 
x <- recent_races("2016-02-01")
head(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.