Learn R Programming

leakr (version 0.1.0)

preprocess_imported_data: Enhanced preprocessing with better performance and robustness

Description

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.

Usage

preprocess_imported_data(data, preprocessing = list(), verbose = FALSE)

Value

A preprocessed data.frame.

Arguments

data

Input data.frame to be preprocessed.

preprocessing

A list of preprocessing options, such as removing empty rows or handling dates.

verbose

Logical flag indicating whether to show progress messages (default is FALSE).