Create a pp module which transform features.
1 | pp_transform(cols, fun, desc = NULL, data = NULL, standby = TRUE)
|
cols |
A character vector. Specify the names of features to convert. |
fun |
Transformation function such as 'log', 'sqrt', etc. |
desc |
(optional) Description of the module. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.