Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 309 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 309 Bytes

An R-Based Script to List Important Words or Create a Wordcloud

This is a script in R that I wrote to import plain text, and return a list of "important" (i.e. ordered by frequency) words. it can alternately create a word cloud with argument wordcloud=T or reduce the words to their stems with stem=T.