```{r setup, include=FALSE} library(dplyr) library(ggplot2) ... corpus %>% filter(!grepl(c("date of foundation"),text)) %>% filter(!grepl(c( "industry") ...
確定! 回上一頁