get_sar: Download VMS data
Description
RESTRICTED. Only core members of the ICES VMS data call can access this data.
Download a data.frame of VMS swept area ratio values from the ICES VMS and logbook database.
Usage
get_sar(
year,
c_square,
gear_code,
stat_rec,
ices_area,
ecoregion,
datacall = NULL
)
Value
a data.frame of VMS data
Arguments
- year
integer year
- c_square
character 0.05 degree c-square name
- gear_code
benthis gear code
- stat_rec
ICES statistical rectangle
- ices_area
ICES area
- ecoregion
ICES ecoregion
- datacall
integer year giving which data call year to inquire about.
If NULL returns the a summary of the most recent approved data.
Examples
Run this codeif (FALSE) {
# requires authorization
sar <- get_sar(2021, stat_rec = "40F1")
}
Run the code above in your browser using DataLab