| getCAdata | R Documentation | 
Get age-based data such as sex, maturity, and age counts per length of sampled species.
getCAdata(survey, year, quarter, species = NULL)
| survey | the survey acronym, e.g. NS-IBTS. | 
| year | the year of the survey, e.g. 2010. | 
| quarter | the quarter of the year the survey took place, i.e. 1, 2, 3 or 4. | 
| species | the valid aphia code of the species to download, if NULL all species are included | 
A data frame.
Colin Millar.
getDATRAS supports querying many years and quarters in one function call.
getHHdata and getHLdata get haul data and
length-based data.
icesDatras-package gives an overview of the package.
## Not run: 
cadata <- getCAdata(survey = "ROCKALL", year = 2002, quarter = 3)
str(cadata)
cadata <- getCAdata(survey = "ROCKALL", year = 2002, quarter = 3, species = 126437)
str(cadata)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.