remove_all_brackets {spdesign}R 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


[Package spdesign version 0.0.3 Index]