ozmap_data {ozmaps} | R Documentation |
Return simple features data frames of various Australian map layers.
ozmap_data(data = "states", quiet = FALSE, ...)
data |
name of layer to return, see details |
quiet |
set to |
... |
unused |
Available layers are
states ozmap_states state and territories (low resolution)
country ozmap_country entire country (low resolution)
abs_ced abs_ced country level electoral divisions
abs_lga abs_lga local government areas
abs_ste abs_ste state and territories
sf
data frame with 'NAME' and 'geometry' columns
country_sf <- ozmap_data("country")
## can take time to print out
lga_sf <- ozmap_data("abs_lga")
lga_sf[1:6, ]