R/remove.R
remove_round_brackets.Rd
Removes everything between (and including) round brackets. We negating matches with I(), since this is R's interaction operator.
remove_round_brackets(string)
A character string
(?<!I) - A negative lookbehind for I