View source: R/get_min_max_dates.R
get_min_max_dates | R Documentation |
Returns a list of the first and last date in a schedule as returned by
load_tidy_schedule()
. Meant to be used for creating titles for plots.
get_min_max_dates(tidy_schedule)
tidy_schedule |
A schedule as returned by |
A list where the first value is the first date in the schedule and the last value is the last date in the schedule.
load_tidy_schedule()
min_max_dates <- get_min_max_dates(example_schedule)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.