Description Usage Arguments Value Examples
Swap pattern x for pattern y and pattern y for pattern x in one fell swoop.
1 |
x |
A text variable. |
pattern1 |
Character string to be matched in the given character vector.
This will be replaced by |
pattern2 |
Character string to be matched in the given character vector.
This will be replaced by |
... |
ignored. |
Returns a vector with patterns 1 & 2 swapped.
1 2 3 4 5 6 |
[1] "hash_abbreviation" "hash_contractions" "hash_grade"
[4] "key_emoticons" "key_power" "key_sentiment"
[7] "key_sentiment_nrc" "key_strength" "key_syllable"
[10] "key_valence_shifters"
[1] "key_abbreviation" "key_contractions" "key_grade"
[4] "hash_emoticons" "hash_power" "hash_sentiment"
[7] "hash_sentiment_nrc" "hash_strength" "hash_syllable"
[10] "hash_valence_shifters"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.