| repeat_symbol {spAddins} | R Documentation | 
Repeat sequence of symbols
Description
Repeat sequence of symbols
Usage
repeat_symbol(text, length.out)
Arguments
| text | (character) The symbol (or sequence of symbols) to be repeated until desired length of string. | 
| length.out | (integer) The length of the sequence. | 
Value
Sting of defined length.
Examples
repeat_symbol(".", 10)
repeat_symbol("..+", 10)
[Package spAddins version 0.2.0 Index]