I try to remove numbers from text without using tm_map
:
# remove grammar/punctuation and numbers
Data_clean$Raison.Reco.clean <- tolower(gsub('[[:punct:]]', '', Data_clean$Raison.Reco))
Any idea please?
Thank you
I try to remove numbers from text without using tm_map
:
# remove grammar/punctuation and numbers
Data_clean$Raison.Reco.clean <- tolower(gsub('[[:punct:]]', '', Data_clean$Raison.Reco))
Any idea please?
Thank you