Skip to contents

This function pulls information (length, area, shape, etc.) about number of bio regions. For a list of available options visit https://gisp.dfo-mpo.gc.ca/arcgis/rest/services/FGP/Federal_Marine_Bioregions/MapServer/0

Usage

data_bioregion(bioregion = "Scotian Shelf")

Arguments

bioregion

name of the bio region to match from the NAME_E column from Open Data. Default is "Scotian Shelf"

Value

sf data.frame

Examples

if (FALSE) { # \dontrun{
bioregion <- data_bioregion()
} # }