Stack columns together into a data frame or matrix
stm_stack_cols.Rd
stm_stack_cols()
combines multiple data frames or vectors by
column binding them together using cbind()
.
Details
This function stacks the provided data frames, matrices, or vectors as
columns using the cbind()
function. The resulting object is returned
as a data frame or matrix.