This function obtains OBIS data.
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
Examples
if (FALSE) { # \dontrun{
bioregion <- data_bioregion()
obis <- data_OBIS(bioregion)
} # }