Data and spatial polygons of the Great Lakes

great_lakes(spatial = FALSE)

Arguments

spatial

logical, return Great Lakes polygons?

Value

A data frame of North America Great Lakes with optional geometry column

Examples

gl <- great_lakes()
if (FALSE) {
gl <- great_lakes(spatial = TRUE)
}