column: Handle columns with data.frame and matrix

dedfcolR Documentation

Handle columns with data.frame and matrix

Description

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.

Usage

dedfcol(.data, at, names_sep = NULL)

dedfcol_all(.data, names_sep = NULL)

demtrxcol(.data, at)

demtrxcol_all(.data)

Arguments

.data

A data.frame.

at

target column.

names_sep

A separator for the new column names.


heavywatal/rwtl documentation built on June 13, 2025, 7:39 a.m.