Skip to contents

This function pulls information (length, area, shape, etc.) about Eastern Canada Marine Spatial Planning Areas.

Usage

data_planning_areas(PA = "Scotian Shelf and Bay of Fundy")

Arguments

PA

name of the planning area to match from the NAME_E column from Open Data ESRI REST. Default is "Scotian Shelf and Bay of Fundy"

Value

sf data.frame

Examples

if (FALSE) { # \dontrun{
planning_area <- data_planning_areas()
} # }