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