This function corrects the samples with an incorrect sex.

sex_correction(
  data_connection,
  start_year,
  end_year,
  program,
  ocean,
  country_code,
  corrector,
  action,
  path_file = NULL
)

Arguments

data_connection

list expected. Either output of the function postgresql_dbconnection, which must be done before using the measure_type_control.

start_year

integer expected. Starting year for the control.

end_year

integer expected. Ending year for the control.

program

character expected. Programs to be controlled. Example of the format for a program topiaid: "fr.ird.referential.ps.common.Program#1239832686262#0.31033946454061234".

ocean

character expected. Ocean to be controlled. Examples: 'Indian', 'Atlantic'...etc.

country_code

character expected. Countries on which control will be made. Examples: 'FRA', 'MUS'...etc.

corrector

character expected. First letter of the corrector's first name and last name. Examples: 'JMartin' for Jeanne Martin.

action

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.

path_file

character expected. By default NULL. Path to save the final xlsx.

Value

The function corrects sex in samples directly in the database and returns a xlsx file with the corrected samples.

Note

Version 1.0

Author

Chloé Tellier, Philippe S. Sabarros