Description Usage Arguments Value Note See Also Examples
Operator equivalent of regex
.
1 2 3 | x %c% y
x %R% y
|
x |
A character vector. |
y |
A character vector. |
A character vector representing part or all of a regular expression.
%c%
was the original operator for this ('c' for
'concatenate'). This is hard work to type on a QWERTY keyboard
though, so it has been replaced with %R%
.
1 2 |
<regex> aJan
<regex> bFeb
<regex> cMar
<regex> dApr
<regex> eMay
<regex> fJun
<regex> gJul
<regex> hAug
<regex> iSep
<regex> jOct
<regex> kNov
<regex> lDec
<regex> mJan
<regex> nFeb
<regex> oMar
<regex> pApr
<regex> qMay
<regex> rJun
<regex> sJul
<regex> tAug
<regex> uSep
<regex> vOct
<regex> wNov
<regex> xDec
<regex> yJan
<regex> zFeb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.