rep_char | R Documentation |
Repeat a character string for many times and paste them up.
rep_char(char, rep.times)
char |
Character string. |
rep.times |
Times for repeat. |
Character string.
rep_char("a", 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.