Process for generation the table 2.1 template, list of required species/stocks, for a Regional Work Plan (RWP).

rwp_table_2_1_template(
  reference_period_start,
  reference_period_end,
  eu_countries = c("AUT", "BEL", "BGR", "HRV", "CYP", "CZE", "DNK", "EST", "FIN", "FRA",
    "DEU", "GRC", "HUN", "IRL", "ITA", "LVA", "LTU", "LUX", "MLT", "NLD", "POL", "PRT",
    "ROU", "SVK", "SVN", "ESP", "SWE"),
  landing_statistics,
  rfmo = c("CCAMLR", "CECAF", "GFCM", "IATTC", "ICCAT", "ICES", "IOTC", "NAFO", "SEAFO",
    "SPRFMO", "WCPFC", "WECAFC"),
  input_path_directory_eurostat = NULL,
  input_path_file_rcg_stats = NULL,
  input_path_file_fides,
  output_path = NULL
)

Arguments

reference_period_start

integer expected. Start of reference period. Be careful, the process needs 3 years at least to run.

reference_period_end

integer expected. End of reference period. Be careful, the process needs 3 years at least to run.

eu_countries

character expected. European Union country(ies) id(s) for data extraction associated. Use 3-alpha country. By default the 27 EU member states.

landing_statistics

character expected. Landing data statistics source. You can choose between EUROSTAT source (use argument "eurostat", https://ec.europa.eu/eurostat/web/fisheries/data/database) or regional database source (use argument "rcg_stats").

rfmo

character expected. RFMO's list to include in output. By default CCAMLR, CECAF, GFCM, IATTC, ICCAT, ICES, IOTC, NAFO, SEAFO, SPRFMO, WCPFC, WECAFC.

input_path_directory_eurostat

character expected. Input path directory for input eurostat files.

input_path_file_rcg_stats

character expected. Input path and file name for input CL landing RDB file.

input_path_file_fides

character expected. Input path and file name for input FIDES file.

output_path

character expected. Output path. By default NULL.

Value

A list with two elements: "table_2_1_template" and "table_2_1_template_control".