Get startedGet started for free

Text organization

This exercise is part of the course

Text Mining with Bag-of-Words in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# qdap_clean the text
___ <- ___(___)

# Source and create the corpus
___ <- ___(___(___))

# tm_clean the corpus
___ <- ___(___)
Edit and Run Code