Description Usage Arguments Value Examples
For the original man page ?‘+' redirects to, see ’?Logic'.
1 2 3 4 5 6 7 | "!"(x)
## S3 method for class 'character'
!x
## Default S3 method:
!x
|
x |
Target string. |
String with switch case.
1 2 3 4 5 6 | !"abc"
# [1] "ABC"
!"ABC"
# [1] "abc"
!"aBc"
# [1] "AbC"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.