Description Usage Arguments Value Examples
View source: R/transformations.R
allowed transformations c("delete_equal", "clean_special",
"classify_NA", "delete_constant")
. In addition, a column
defining a data split will also be added, if missing from
the data.
1 2 3 4 5 6 | do_transforms(
main,
set,
prep,
selection = c("delete_equal", "clean_special", "classify_NA", "delete_constant")
)
|
main |
main data object |
set |
config object |
prep |
summary object |
selection |
which transformations to apply? |
main data object with transformed data.
1 2 3 4 5 | do_transforms(main, set, prep,
selection = c("delete_equal",
"clean_special",
"classify_NA",
"delete_constant"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.