Skip to contents

This function obtains OBIS data.

Usage

data_OBIS(areas, geom_col = "geoms", name_col = "NAME_E")

Arguments

areas

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

geom_col

name of the geometry column

name_col

name of a column to obtain in the obis data set

Value

data.frame

Examples

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