Created
August 8, 2018 04:16
-
-
Save RodriguezGoldstein/edd3f7bcdbdfeee297356dc6019b5816 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| remove_words <- c( "chrome", "searched", "chicago", "jlroo", | |
| "google", "loyola", "university", "luc", | |
| "business", "analysis", "documentation") | |
| my_stop_words <- bind_rows(data_frame(word = remove_words, lexicon = c("SMART")), stop_words) | |
| min_freq = 100 | |
| fig_scale = c(4 , 0.5) | |
| max_words = 100 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment