Skip to contents

This function pulls information (length, area, shape, etc.) about Lobster Fishing Areas for the Scotian Shelf-Bay of Fundy Bioregion. More information is available at: https://ouvert.canada.ca/data/dataset/b8550fde-fbfe-4556-a592-1ae972834b65

Usage

data_LFA(bioregion = "Scotian Shelf", layer = 14)

Arguments

bioregion

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

layer

integer of the layer from Open Data to query. Defaults to 14 for the current (as of 2022) boundaries. See the REST server for additional options

Value

sf data.frame

Examples

if (FALSE) { # \dontrun{
LFA <- data_LFA()
} # }