get_logbook: Download Logbook data

View source: R/get_logbook.R

get_logbookR Documentation

Download Logbook 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_logbook(
  country,
  year,
  month,
  gear_code,
  metier,
  stat_rec,
  ices_area,
  ecoregion
)

Arguments

country

country code

year

integer year

month

integer month

gear_code

benthis gear code

metier

level 6 metier code

stat_rec

ICES statistical rectangle

ices_area

ICES area

ecoregion

ICES ecoregion

Value

a data.frame of VMS data

Examples

## Not run: 
# requires authorization
logbook <- get_logbook(country = "DK", year = 2021, month = 1)

## End(Not run)


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