View source: R/cvd_api_functions.R
cvd_time_period_system_levels | R Documentation |
Returns all available time periods along with the systems levels included in each time period.
cvd_time_period_system_levels()
CVD Prevent API documentation: Time period system levels
tibble of time periods and associated system levels
cvd_time_period_list()
# get a tibble of all periods and levels
periods_levels <- cvd_time_period_system_levels()
# see which levels are available for the latest period
periods_levels |>
dplyr::filter(TimePeriodID == max(TimePeriodID)) |>
dplyr::select(TimePeriodID, TimePeriodName, SystemLevelID, SystemLevelName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.