Helper function: converts matrix to one string

convMatrixByRowToString(matr, colSep = " ", rowSep = "\n")

Arguments

matr

matrix with character data

colSep

seperator used for merging data from all columns for each row (default: " ")

rowSep

seperator used for separating the data of different rows (default: "newline")

Value

One string with each row separated with rowSep