clean_data
default argument's values with the
user-provided values.Update clean_data
default argument's values with the
user-provided values.
modify_default_params(defaults, params, strict = TRUE)
The updated <list>
of parameters that will be used to perform
the data cleaning.
A <list>
with the default arguments
A <list>
with the user-specified arguments
A <logical>
that specified whether to trigger an error
or not when there is a difference between the list of default arguments
and list of the arguments provided by the user. Default is TRUE
.