Process for generation and optionally extraction of the FDI table G (effort).
fdi_tableg_effort(
balbaya_con,
period,
gear,
flag,
fao_area_file_path,
eez_area_file_path,
template_checking = FALSE,
template_year = NULL,
table_export_path = NULL
)
list expected. Output of the function postgresql_dbconnection for a connection to the balbaya database.
integer expected. Year period for data extractions.
integer. Gear(s) selection for data extractions.
integer expected. Flag(s) selection for data extractions.
character expected. File path of the FAO area grid. The file format has to be .Rdata or .RData extension.
character expected. File path of the EEZ area grid. The file format has to be .Rdata or .RData extension.
logical expected. By default FALSE Checking FDI table generated regarding the official FDI template.
integer expected. By default NULL. Template year.
character expected. By default NULL. Directory path associated for the export.
The process returns a double list with the FDI table G in the first one and in the second one one accessory outputs useful for another FDI table generation process ("effort_rectangle").