View source: R/get_condition_data.R
get_condition_data | R Documentation |
Retrieve length-weight, and catch data, derive subarea biomass, and write outputs to .csv files in /data/.
get_condition_data(
channel = NULL,
species_by_region = NULL,
subareas_by_region = NULL,
start_year_by_region = NULL
)
channel |
RODBC channel |
species_by_region |
A named list containing numeric vectors with SPECIES_CODES to use for the indicator. |
subareas_by_region |
A named list containing numeric vectors with subarea AREA_ID numbers to use for indicator calculations. |
start_year_by_region |
A named list of numeric vectors indicating the start year for the indicator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.