get_sar: Download VMS data

View source: R/get_sar.R

get_sarR Documentation

Download VMS data

Description

RESTRICTED. Only core members of the ICES VMS data call can access this data. Download a data.frame of VMS swept area ratio values from the ICES VMS and logbook database.

Usage

get_sar(
  year,
  c_square,
  gear_code,
  stat_rec,
  ices_area,
  ecoregion,
  datacall = NULL
)

Arguments

year

integer year

c_square

character 0.05 degree c-square name

gear_code

benthis gear code

stat_rec

ICES statistical rectangle

ices_area

ICES area

ecoregion

ICES ecoregion

datacall

integer year giving which data call year to inquire about. If NULL returns the a summary of the most recent approved data.

Value

a data.frame of VMS data

Examples

## Not run: 
# requires authorization
sar <- get_sar(2021, stat_rec = "40F1")

## End(Not run)


ices-tools-prod/icesVMS documentation built on April 24, 2023, 2:31 a.m.