z22_features | R Documentation |
Get a list of available features. To get a list of all categories, see
z22_categories
.
For further clarification of terms used in the feature labels, see the glossary.
z22_features(theme = NULL, year = NULL, res = NULL, legacy_names = FALSE)
theme |
Theme of the feature. Available themes are |
year |
Census year. Can be 2011 or 2022. If |
res |
Resolution of the feature grid. Can be |
legacy_names |
If |
A tibble containing the following columns:
theme
: Theme of the feature
feature
: Feature name
desc
: Human-readable english description
z22
: Whether the feature is available in the Census 2022
z11_100m
: Whether the feature is available in the Census 2011
at a 100m resolution
z11_1km
: Whether the feature is available in the Census 2011
at a 1km resolution
has_cat
: Whether the feature is is further divided into
categories.
# return all features related to dwellings
z22_features("dwellings")
# return all features available in the Census 2011
z22_features(year = 2011)
# return all features available in 2011 at a 1km resolution
z22_features(year = 2011, res = "1km")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.