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