Description Usage Arguments Value Examples
Shorthand for paste(rep(e1, each = e2), collapse = "")
. Works like regular multiplication if e1
is not character.
1 | "*"(e1, e2)
|
e1 |
|
e2 |
Character if e1
is character, regular output otherwise.
1 2 3 4 | 2*2
"A"*2
"A"*2+1
"A"*(2+1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.