Skip to contents

Get Species at Risk Critical Habitat Data

Usage

data_SAR_CH(bioregion)

Arguments

bioregion

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

Value

"sf" "data.frame" object

Examples

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