This function aims to correct directly in the data base samples with incorrect measure type
measure_type_correction(
data_connection,
start_year,
end_year,
program,
ocean,
country_code,
species_group,
species,
sizemeasuretype_to_replace,
sizemeasuretype_new,
corrector,
action,
path_file = NULL
)
list expected. Either output of the function postgresql_dbconnection, which must be done before using the measure_type_control
integer expected. Starting year for the correction.
integer expected. Ending year for the correction.
character expected. Programs to be controlled. Example of the format for a program topiaid: "fr.ird.referential.ps.common.Program#1239832686262#0.31033946454061234"
character expected. Ocean to be controlled. Examples: 'Indian', 'Atlantic'...etc.
character expected. Countries on wich control will be made. Examples: 'FRA', 'MUS'...etc.
character expected. Specie group to correct.
character expected. Species code to correct. Examples: 'YFT', 'FAL'...etc.
character expected. Measure type of the sample we want to correct. Examples: 'FL', 'DW'...etc.
character expected. Measure type to replace the incorrect one. Examples: 'FL', 'DW'...etc.
character expected. First letter of the corrector's first name and last name. Examples: 'JMartin' for Jeanne Martin
character expected. Type of action required when update queries are launched. COMMIT is used to definitively validate modifications and make them permanent in the database. ROLLBACK is used to undo changes made. Examples: 'JMartin' for Jeanne Martin
character expected. By default NULL. Path to save the final xlsx.
The function returns a xlsx table.