| getFlexFile | R Documentation | 
Get all information in HH plus estimates of Door Spread, Wing Spread and Swept Area per square km. Only available for NS-IBTS survey.
getFlexFile(survey, year, quarter)
| 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. | 
A data frame.
Adriana Villamor.
getDATRAS supports querying many years and quarters in one function call.
getHHdata get haul data
icesDatras-package gives an overview of the package.
## Not run: 
flex <- getFlexFile(survey = "NS-IBTS", year = 2020, quarter = 1)
str(flex)
# error checking examples:
flex <- getFlexFile(survey = "NS_IBTS", year = 2016, quarter = 1)
flex <- getFlexFile(survey = "NS-IBTS", year = 2030, quarter = 1)
flex <- getFlexFile(survey = "NS-IBTS", year = 2016, quarter = 6)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.