powered by
Return simple features data frames of various Australian map layers.
ozmap_data(data = "states", quiet = FALSE, ...)
name of layer to return, see details
set to TRUE to suppress messages
TRUE
unused
sf data frame with 'NAME' and 'geometry' columns
sf
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
# NOT RUN { country_sf <- ozmap_data("country") # } # NOT RUN { ## can take time to print out lga_sf <- ozmap_data("abs_lga") lga_sf[1:6, ] # }
Run the code above in your browser using DataLab