read.vms: Read Vessel Moniroting System (VMS) Data

View source: R/read.vms.R

read.vmsR Documentation

Read Vessel Moniroting System (VMS) Data

Description

Functions to access and update vessel monitoring system data.

Usage

read.vms(
  year,
  cfvn,
  month = 1:12,
  source = "file",
  dsn = options("gulf.oracle")[[1]]$vms$dsn,
  uid = options("gulf.oracle")[[1]]$vms$uid,
  password,
  path = options("gulf.path")[[1]]$snow.crab$vms,
  echo = TRUE
)

Arguments

year

Fishery year.

month

Fishery month.

dsn

Registered data source.

uid

User identification.

password

User password.

echo

Logical value specifying whether to report information while reading data.


TobieSurette/gulf.data documentation built on Jan. 19, 2025, 7:50 p.m.