Rdocumentation
powered by
Learn R Programming
Xmisc (version 0.2.1)
srep: Replicate and concatenate a string
Description
Replicate and concatenate a string
Usage
srep(x, ...)
Arguments
x
See
rep
...
See
rep
Value
character
Examples
Run this code
srep(
"*"
,
5
)
Run the code above in your browser using
DataLab