Let us clean our tweet text: > library(stringr) > tweet.df$text =str_replace_all(tweet.df$text,"[\\.\\,\\;]+", " ") > tweet.df$text ...
確定! 回上一頁