Skip to content

Instantly share code, notes, and snippets.

@RodriguezGoldstein
Last active August 8, 2025 15:44
Show Gist options
  • Save RodriguezGoldstein/a3eaeee51fbe07c99ba622c566f39f20 to your computer and use it in GitHub Desktop.
Save RodriguezGoldstein/a3eaeee51fbe07c99ba622c566f39f20 to your computer and use it in GitHub Desktop.
search %>%
anti_join(my_stop_words) %>%
count(word) %>%
with(wordcloud(word, n,
scale = fig_scale,
min.freq = min_freq,
max.words = max_words))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment