Skip to contents

This function gets site and network level objectives for the Canadian protected and conserved areas in the Scotian Shelf bio region.

Usage

data_objectives(type = NULL, area = "stAnnsBank")

Arguments

type

argument of either site or network indicating which objectives to obtain

area

a name of an area of which to obtain the objectives from. Options include stAnnsBank, musquash, laurentianChannel, gully, gilbert, eastport, basinHead, bancsDesAmericains

Value

a "sf" "dataframe" object

Examples

if (FALSE) { # \dontrun{
stAnnsBankObjectives <- data_objectives(type="site", area="stAnnsBank")
} # }