get_default_params: Set and return 'clean_data' default parameters

View source: R/default_cleanepi_settings.R

get_default_paramsR Documentation

Set and return clean_data default parameters

Description

When clean_data() function is called without any argument, these default values provided to the function's arguments will be applied on the input data. By default, operations that require the target columns to be 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

get_default_params()

Value

A <list> of the default cleaning parameters.

Examples

default_params <- get_default_params()


cleanepi documentation built on April 4, 2025, 5:12 a.m.