Skip to contents

The hierarchy names, ordered coarsest first. The last entry is the atom geoframe — the finest regions, which every other geoframe groups.

Usage

geoscale_geoframes(x, finest = FALSE)

# S3 method for class 'Geoscale'
names(x)

Arguments

x

A Geoscale.

finest

Return only the finest (atom) geoframe.

Value

A character vector of geoframe names, or a single name when finest = TRUE.

Examples

gs <- geoscale_example()
geoscale_geoframes(gs)
#> [1] "country" "state"   "zone"    "atom"   
geoscale_geoframes(gs, finest = TRUE)
#> [1] "atom"