Installation and Documentation
Learn about installing the text mining package and its documentation.
We'll cover the following...
Introduction to the tm
package
R is an excellent programming language for statistics and matrix manipulation. Given a table or matrix where data is organized, R can return a wealth of insights and visualizations. However, data from real-life applications is rarely stored in clean tables with well-ordered rows and columns. Data is messy and requires cleaning, which is often referred to as data wrangling.
Human language is a prime example of ...