get_min_max_dates: Get Min Max Dates

View source: R/get_min_max_dates.R

get_min_max_datesR Documentation

Get Min Max Dates

Description

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.

Usage

get_min_max_dates(tidy_schedule)

Arguments

tidy_schedule

A schedule as returned by load_tidy_schedule()

Value

A list where the first value is the first date in the schedule and the last value is the last date in the schedule.

See Also

load_tidy_schedule()

Examples

min_max_dates <- get_min_max_dates(example_schedule)

JonasEngstrom/medinetparser documentation built on April 20, 2024, 12:41 a.m.