daysAgo {sudokuAlt} | R Documentation |
Format a Date Relative to the Current Date
daysAgo(n = 0, warn = TRUE)
n |
A positive integer for how many days ago |
warn |
Issue a warning if n <= 0 or n > 30 |
Internal function used by fetchUKGame().
A character string of the form "dd/mm/yy"
Bill Venables
daysAgo() ## today
daysAgo(7) ## a week ago