Often, one does not want to span a data frame over several pages. This function
breaks a \(n \times p\) data frame in a data frame with ceiling(n / cols)
rows and cols * p
columns.
colToMat(tab, cols)
Returns the reformatted data frame.
The data frame to be reformatted.
Number of columns of the reformatted data.frame.
Kaspar Rufibach (maintainer), kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch