Description Usage Arguments Value Examples
Repeat sequence of symbols
1 | 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.
1 2 3 | repeat_symbol(".", 10)
repeat_symbol("..+", 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.