powered by
Repeat a character string for many times and paste them up.
rep_char(char, rep.times)
Character string.
Times for repeat.
# NOT RUN { rep_char("a", 5) # }
Run the code above in your browser using DataLab