fill a matrix by row
rep_row(x, n)
x
The data to repeat
n
The number of repetitions.
A matrix
Samuel Wieczorek
rep_row('foo', 4)