update.scobs | R Documentation |
Update snow crab observer data from Oracle database download.
## 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,
...
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.