get_vms {icesVMS}R 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 data from the ICES VMS and logbook database.

Usage

get_vms(
  country,
  year,
  month,
  c_square,
  gear_code,
  metier,
  stat_rec,
  ices_area,
  ecoregion,
  datacall = NULL
)

Arguments

country

country code

year

integer year

month

integer month

c_square

character 0.05 degree c-square name

gear_code

benthis gear code

metier

level 6 metier 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
vms <- get_vms(country = "DK", year = 2021, month = 1)

## End(Not run)


[Package icesVMS version 1.1.4 Index]