View source: R/cvd_api_functions.R
cvd_area_system_level_time_periods | R Documentation |
Returns all available system levels along with the time periods where the system levels occur.
cvd_area_system_level_time_periods()
Note: this is the inverse of cvd_time_period_system_levels()
.
CVD Prevent API documentation: All system levels and time periods
tibble of system levels and reporting periods
cvd_time_period_system_levels()
, cvd_area_details()
, cvd_area_unassigned()
, cvd_area_search()
, cvd_area_nested_subsystems()
, cvd_area_flat_subsystems()
# list the latest four reporting periods at GP practice level
cvd_area_system_level_time_periods() |>
dplyr::filter(SystemLevelName == 'Practice') |>
dplyr::slice_max(order_by = TimePeriodID, n = 4) |>
dplyr::select(SystemLevelName, TimePeriodID, TimePeriodName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.