The classic oz package oz::oz() function.

oz_data(data = "states", ...)

Arguments

data

character string, "states" provides state level else country level

...

passed to oz::ozRegion()

Value

oz class list of coordinates

Details

This function calls oz::oz() to draw a basic outline. Use oz_data() to obtain the data in native form.

See oz::ozRegion() for more details. Here data is treated as an identifier, but only "states" or any other value is accepted. If not "states", then country level is returned. Further arguments to oz::ozRegion() can be passed in via dots.