remove_round_brackets {spdesign} | 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