Text Mining

Install 'tm', the text mining library for R.

install.packages('tm')

load the tm library

library(tm)