repeat.char | R Documentation |
Replicates the given charachter to make a longer character string
repeat.char(char, N)
char |
a character: Character to be replicated |
N |
An integer: number of times |
A character string
repeat.char('X', 3)
[1] "XXX"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.