Description Usage Arguments Value Examples
For the original man page ?‘*' redirects to, see ’?Arithmetic'.
1 2 3 4 5 6 7 | "*"(e1, e2)
## Default S3 method:
e1 * e2
## S3 method for class 'character'
e1 * e2
|
e1 |
Target string. |
e2 |
Number of times to replicate. |
Replicated string.
1 2 | "A" * 3
# [1] "AAA"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.