remove_round_brackets | R Documentation |
Removes everything between (and including) round brackets. We negating matches with I(), since this is R's interaction operator.
remove_round_brackets(string)
string |
A character string |
(?<!I) - A negative lookbehind for I
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.