matrixPaste: Auxiliary matrix paste function

matrixPasteR Documentation

Auxiliary matrix paste function

Description

Internal function for report.table

Usage

matrixPaste(..., sep = rep(" ", length(list(...)) - 1))

Arguments

...

Matrices to paste

sep

Separator for the paste function

Value

Returns a matrix with the different matrices used as input pasted together


repmod documentation built on Jan. 20, 2026, 1:06 a.m.

Related to matrixPaste in repmod...