remove_all_brackets: Removes all brackets

View source: R/remove.R

remove_all_bracketsR Documentation

Removes all brackets

Description

Takes a string as input and removes everything between square and round brackets. The function wraps around remove_square_brackets and remove_round_brackets. To avoid problems, we first remove square brackets.

Usage

remove_all_brackets(string)

Arguments

string

A character string

Value

A string without brackets


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