repeat_symbol {spAddins} | R Documentation |
Repeat sequence of symbols
repeat_symbol(text, length.out)
text |
(character) The symbol (or sequence of symbols) to be repeated until desired length of string. |
length.out |
(integer) The length of the sequence. |
Sting of defined length.
repeat_symbol(".", 10)
repeat_symbol("..+", 10)