0

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

dr.nasri84
  • 79
  • 2
  • 9

0 Answers0