date_range | R Documentation |
Construct a DATE_RANGE string
date_range(start_date = date_calendar(), end_date = date_calendar())
start_date |
A DATE_CALENDAR() object giving the start of the range. If only the start date is provided, a string of the form "AFT date" will be returned. |
end_date |
A DATE_CALENDAR() object giving the end of the range. If only the end date is provided, a string of the form "BEF date" will be returned. |
A DATE_RANGE string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.