Description Usage Arguments Value Examples
Check string equality, per character.
1 2 3 4 5 6 7 | "&"(e1, e2)
## Default S3 method:
e1 & e2
## S3 method for class 'character'
e1 & e2
|
e1 |
First string. |
e2 |
Second string. |
Logical vector.
1 2 | "ABCD" & "ABCE"
# [1] TRUE TRUE TRUE FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.