Description Usage Arguments Examples
View source: R/create_date_ranges.R
Add Dates of 1:n Days Before Given Dates
1 | add_days_before(dates, n_days_before = 1)
|
dates |
vector of |
n_days_before |
number of days to add before the days given in
|
1 2 3 4 5 6 | dates <- as.Date(c("2019-07-05", "2019-07-10"))
fhpredict:::add_days_before(dates)
fhpredict:::add_days_before(dates, n_days_before = 2)
# Duplicates are removed so that unique dates are returned
fhpredict:::add_days_before(dates, n_days_before = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.