Description Usage Arguments Details Value Examples
Return simple features data frames of various Australian map layers.
1 | 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
1 2 3 4 5 6 | country_sf <- ozmap_data("country")
## can take time to print out
lga_sf <- ozmap_data("abs_lga")
lga_sf[1:6, ]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.