powered by
Repeat a character n times and concatenate into a single value.
n
repch(x, n)
character to be repeated
number of times to be repeated
character vector
# NOT RUN { repch("abc", 5) # }
Run the code above in your browser using DataLab