Description Usage Arguments Value
Normalize an dataset.
1 2 3 4 5 6 7 8 | normalize(
x,
collapse_on,
collapse_name,
remove_equiv_columns = TRUE,
keep_cols = character(),
verbose = FALSE
)
|
x |
a data.frame. |
collapse_on |
which variable should be collapsed on? |
collapse_name |
the variable name of the collapsed sub-data.frames. |
remove_equiv_columns |
should equivalent columns be removed? |
keep_cols |
column names that should be kept. |
verbose |
should information about dropped columns be printed? (default FALSE) |
The collapsed data.frame with numerically encoded columens removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.