repeated | R Documentation |
Repeated Substring
repeated(x, n)
x |
substring to be repeated and pasted together to a new string |
n |
number of times to repeat the substring |
vector of character of length one
repeated("no ", 2)
repeated("yes ", 3)
repeated("yes no ", 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.