cvd_area_flat_subsystems {cvdprevent}R Documentation

Area flat subsystems

Description

Similar to cvd_area_nested_subsystems() but the sub-areas are grouped based on their system level.

Usage

cvd_area_flat_subsystems(area_id = 5)

Arguments

area_id

integer - the area to return data for (compulsory)

Details

CVD Prevent API documentation: Area flat subsystems

Value

Tibble of details for the area and its child areas (where applicable)

See Also

cvd_area_list(), cvd_area_details(), cvd_area_unassigned(), cvd_area_search(), cvd_area_nested_subsystems()

Examples

# 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()

[Package cvdprevent version 0.2.0 Index]