powered by
Repeat sequence of symbols
repeat_symbol(text, length.out)
(character) The symbol (or sequence of symbols) to be repeated until desired length of string.
(integer) The length of the sequence.
Sting of defined length.
# NOT RUN { repeat_symbol(".", 10) repeat_symbol("..+", 10) # }
Run the code above in your browser using DataLab