coerce_x_len | R Documentation |
use a vector repeatedly to generate a new vector of the specified length
coerce_x_len(x, n, unlist = T)
x |
a vector to be used repeatedly |
n |
length of the new generated vector |
unlist |
unlist |
a vector of n
length
coerce_x_len(1, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.