Skip to content

Instantly share code, notes, and snippets.

@RodriguezGoldstein
Created August 8, 2018 04:16
Show Gist options
  • Save RodriguezGoldstein/edd3f7bcdbdfeee297356dc6019b5816 to your computer and use it in GitHub Desktop.
Save RodriguezGoldstein/edd3f7bcdbdfeee297356dc6019b5816 to your computer and use it in GitHub Desktop.
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