Repeat a character n times and concatenate into a single value.
n
repch(x, n)
x
character to be repeated
number of times to be repeated
character vector
repch("abc", 5)