A preprocessing function to handle common data issues, such as removing empty rows/columns, handling dates, and converting character columns to factors. This function improves data quality before further analysis.
preprocess_imported_data(data, preprocessing = list(), verbose = FALSE)A preprocessed data.frame.
Input data.frame to be preprocessed.
A list of preprocessing options, such as removing empty rows or handling dates.
Logical flag indicating whether to show progress messages (default is FALSE).