powered by
Format a Date Relative to the Current Date
daysAgo(n = 0, warn = TRUE)
A positive integer for how many days ago
Issue a warning if n <= 0 or n > 30
A character string of the form "dd/mm/yy"
Internal function used by fetchUKGame().
# NOT RUN { daysAgo() ## today daysAgo(7) ## a week ago # }
Run the code above in your browser using DataLab