Skip to contents

This function gets the Coral and Sponge Significant Benthic Areas in the specified region. For more information see https://open.canada.ca/data/en/dataset/6af357a3-3be1-47d5-9d1f-e4f809c4c903

Usage

data_SBA(region)

Arguments

region

sf data.frame of the region. You can use MarConsNetData::data_planning_areas() to download the region of your choice.

Value

a "sf" "dataframe" object

Examples

if (FALSE) { # \dontrun{
region <- data_planning_areas()
sba <- data_SBA(region)
} # }