str_replace (package stringr) cannot replace brackets in r? R Stringr. Solution 1: Escaping the parentheses does it... str_replace(fruit,"\\(\\)","") # [1] ...
確定! 回上一頁