Repeat a character string for many times and paste them up.
rep_char(char, rep.times)
char
Character string.
rep.times
Times for repeat.
rep_char("a", 5)