Description Usage Arguments Examples
Decompose a dataframe into the following representation:
a dumbed-down version of the dataframe, where logicals are coerced to integers, and factors are coerced to strings.
a meta dataframe containing the information necessary to
recover the logicals and factors in the original dataframe.
This operation is reversed by recomposeDF()
.
1 |
df |
The dataframe to decompose. |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.