Now use gsub() with the simplest possible replacement pattern: empty string: R> group$groupNoE <- gsub("e", "", group$group) R> group group ...
確定! 回上一頁