Description Usage Arguments Examples
Number of business days or all days datediff
1 | ef_date_diff(start, end, bus_only = FALSE)
|
start |
start date of filter |
end |
end date of filter |
bus_only |
indicate business only |
1 2 3 4 5 6 7 8 9 | ## Not run:
ef_date_diff('2020-01-01','2020-12-31',bus_only = FALSE)
ef_date_diff('2020-01-01','2018-12-31',bus_only = FALSE)
ef_date_diff('2020-01-05','2020-01-05',bus_only = FALSE)
ef_date_diff('2020-01-01','2020-12-31',bus_only = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.