str_remove_parenthetic | R Documentation |
str_remove_parenthetic()
removes parenthetic expressions from strings
(i.e. "Hi, Alice (and Bob)!" becomes "Hi, Alice !").
str_remove_parenthetic(string)
string |
A character vector |
The input string
, with parenthetic expressions removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.