default_cleanepi_settings {cleanepi} | R Documentation |
Set clean_data()
default parameters
Description
When calling clean_data()
function with param = NULL
, the arguments
defined here will applied on the input data. By default, operations that
require the target columns to specified by the user will not be performed.
The default cleaning operations include: i) standardizing column names,
ii) detecting and removing duplicates, and iii) removing constant data.
Usage
default_cleanepi_settings()
Value
The list of the default cleaning parameters.
[Package cleanepi version 1.0.2 Index]