Question: I'm writing a r code to produce a word cloud from alice.txt. I need to remove all the punctuations and also add a title. I
I'm writing a r code to produce a word cloud from "alice.txt". I need to remove all the punctuations and also add a title. I tried but my word cloud still has punctuation and the title doesn't show. Is anyone know how to fix it? Thank you for your help.

library("tm") library("SnowballC") library("wordcloud") library("RColorBrewer") text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
