create_areas | R Documentation |
Constructs and validates an areas object as an S3 class.
create_areas(
levels = NULL,
hierarchy = NULL,
boundaries = NULL,
area_merged = NULL
)
levels |
Data frame of area level metadata. |
hierarchy |
Data frame defining area hierarchy and area-level data. |
boundaries |
an |
area_merged |
A merged version of |
An object of class naomi_areas
data(demo_area_levels)
data(demo_area_hierarchy)
data(demo_area_boundaries)
areas <- create_areas(demo_area_levels, demo_area_hierarchy, demo_area_boundaries)
areas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.