remove_round_brackets: Remove round bracket

View source: R/remove.R

remove_round_bracketsR Documentation

Remove round bracket

Description

Removes everything between (and including) round brackets. We negating matches with I(), since this is R's interaction operator.

Usage

remove_round_brackets(string)

Arguments

string

A character string

Details

(?<!I) - A negative lookbehind for I


spdesign documentation built on Oct. 18, 2024, 5:07 p.m.