str_remove_parenthetic: Remove Text Surrounded by Parentheses

str_remove_parentheticR Documentation

Remove Text Surrounded by Parentheses

Description

str_remove_parenthetic() removes parenthetic expressions from strings (i.e. "Hi, Alice (and Bob)!" becomes "Hi, Alice !").

Usage

str_remove_parenthetic(string)

Arguments

string

A character vector

Value

The input string, with parenthetic expressions removed


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.