matrixPaste: Auxiliary matrix paste function
Description
Internal function for report.table
Usage
matrixPaste(..., sep = rep(" ", length(list(...)) - 1))Value
Returns a matrix with the different matrices used as input pasted together
Arguments
- ...
Matrices to paste
- sep
Separator for the paste function