We could use dplyr's slice_max() to find the 10 terms that are most common within ... anti_join(stop_words, by = "word") %>% mutate(word = str_replace(word, ...
確定! 回上一頁