modify_default_params {cleanepi} | R Documentation |
Update clean_data
default argument's values with the
user-provided values.
Description
Update clean_data
default argument's values with the
user-provided values.
Usage
modify_default_params(defaults, params, strict = TRUE)
Arguments
defaults |
A |
params |
A |
strict |
A |
Value
The updated <list>
of parameters that will be used to perform
the data cleaning.
[Package cleanepi version 1.1.0 Index]