Description Usage Arguments Value Author(s) See Also Examples
Creates string decorators by repeating a pattern either a given number of times or so that it takes a given number of character
| 1 2 3 | 
| txt | Pattern to repeat | 
| n | Number of times to repeat the pattern | 
| length.out | number of character the output should be | 
A character string
Romain Francois <francoisromain@free.fr>
| 1 2 3 4 5 | 
Attaching package: 'operators'
The following objects are masked from 'package:base':
    options, strrep
[1] "================================================================================"
[1] "<-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+-><-+->"
[1] ".-.-.-.-.-.-.-.-.-.-"
[1] ".-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-"
[1] ".-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.