View source: R/cvd_api_functions.R
cvd_area_flat_subsystems | R Documentation |
Similar to cvd_area_nested_subsystems()
but the sub-areas are grouped
based on their system level.
cvd_area_flat_subsystems(area_id = 5)
area_id |
integer - the area to return data for (compulsory) |
CVD Prevent API documentation: Area flat subsystems
Tibble of details for the area and its child areas (where applicable)
cvd_area_list()
, cvd_area_details()
, cvd_area_unassigned()
, cvd_area_search()
, cvd_area_nested_subsystems()
# View details for for Somerset STP
cvd_area_flat_subsystems(area_id = 5) |>
dplyr::glimpse()
# View details for Leicester Central PCN
cvd_area_flat_subsystems(area_id = 701) |>
dplyr::glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.