ozmap_data {ozmaps} | R Documentation |
Australia map data
Description
Return simple features data frames of various Australian map layers.
Usage
ozmap_data(data = "states", quiet = FALSE, ...)
Arguments
data |
name of layer to return, see details |
quiet |
set to |
... |
unused |
Details
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
Value
sf
data frame with 'NAME' and 'geometry' columns
Examples
country_sf <- ozmap_data("country")
## can take time to print out
lga_sf <- ozmap_data("abs_lga")
lga_sf[1:6, ]
[Package ozmaps version 0.4.5 Index]