getDATRAS: getDATRASfun.R Extracts age data files from DATRAS

Description Usage Arguments Details Value See Also Examples

View source: R/getDATRAS.R

Description

getDATRASfun.R Extracts age data files from DATRAS

getStomach.R The first year of the stomach ran in 1981 and covered a handful of species in the North Sea. There was some follow up data collection performed in 1985-1986 and a decade later in 1991 the 2nd year of the stomach ran. The data were collected as part of an ICES initiative and the results and analysis were presented in two cooperative reports (CRR164 and CRR 219).

Usage

1
2
3
4
5
getDATRAS(record, survey, startyear, endyear, quarters, parallel = FALSE,
  cores = NULL)

getDATRAS(record, survey, startyear, endyear, quarters, parallel = FALSE,
  cores = NULL)

Arguments

record,

survey, startyear, endyear, startquarter, endquarter, parallel = FALSE, cores = NULL

record,

survey, startyear, endyear, startquarter, endquarter, parallel = FALSE, cores = NULL

Details

the update is slow, avoiding straining the server or client. please allow this call to run overnight for a complete upgrade.

the update is slow, avoiding straining the server or client. please allow this call to run overnight for a complete upgrade.

Value

none

none

See Also

none

none

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## Not run: 
 getDATRAS(record = "HH",
           survey="NS-IBTS",
           startyear = 2010,
           endyear = 2011,
           quarters = 1,
           parallel = TRUE,
           cores = 4)

## End(Not run)
## Not run: 
 getDATRAS(record = "HH",
           survey="NS-IBTS",
           startyear = 2010,
           endyear = 2011,
           quarters = 1,
           parallel = TRUE,
           cores = 4)

## End(Not run)

ices-tools-dev/rICES documentation built on May 18, 2019, 1:30 a.m.