Description Usage Arguments Examples
Recompose Recover the original dataframe from the following decomposed 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 decomposeDF()
.
1 | recomposeDF(decomposed)
|
decomposed |
A dataframe in decomposed representation: list(data = data, meta = meta). |
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.