dedfcol | R Documentation |
dedfcol()
and dedfcol_all()
dissolve data.frame columns in a tibble.
They are functionally-limited and faster variants of tidyr::unpack()
.
demtrxcol()
and demtrxcol_all()
dissolve matrix columns in a tibble.
dedfcol(.data, at, names_sep = NULL)
dedfcol_all(.data, names_sep = NULL)
demtrxcol(.data, at)
demtrxcol_all(.data)
.data |
A data.frame. |
at |
target column. |
names_sep |
A separator for the new column names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.