update.scobs: Update Snow Crab Observer Data

View source: R/update.scobs.R

update.scobsR Documentation

Update Snow Crab Observer Data

Description

Update snow crab observer data from Oracle database download.

Usage

## S3 method for class 'scobs'
update(
  year,
  zone,
  path = options("gulf.path")[[1]]$snow.crab$observer,
  type = c("sea", "port"),
  source = "oracle",
  Rfile = TRUE,
  csv = TRUE,
  ...
)

Arguments

year

Year.

zone

Fishing zone identifier.

path

Data path location.

type

Sampling type ('sea' or 'port').

Rfile

Logical value specifying whether output to Rdata format.

csv

Logical value specifying whether to write to CSV data format.

...

Not used.

password

Oracle password.


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