strrepeat {BBmisc} | R Documentation |
Repeat and join a string
Description
Repeat and join a string
Usage
strrepeat(x, n, sep = "")
Arguments
x |
[character] |
n |
[ |
sep |
[ |
Value
character(1)
.
Examples
strrepeat("x", 3)
[Package BBmisc version 1.13 Index]