I am trying to filter out crappy open answers (string variables) like 'ffff' en 'fdaljfdlksajf' using an R script. I hoped that there was some kind of dictionary package available in R with which I could do this, but I can't seem to find it.
Another option would be to upload a list of Dutch (that's the dictionary I need) words and compare it to the input, but it's not very easy to find.
Any of you has ever experimented with this before and found a solution?