Re: [R] R windows close while calculating frequency

2014-02-14 Thread Jeff Newmiller
That sounds like the operating system is terminating R due to overloading the system. You have not supplied the information requested in the Posting Guide, so you may not get very specific responses on how to solve this. I would suggest running partial data sets of larger and larger size to iden

[R] R windows close while calculating frequency

2014-02-14 Thread vikrant
HI , I am using R on a very huge datasets which contains lot of text. I prepared a all word vector of words by using strsplit function. Now I want to compute frequency of unique words from all word vector. For doing so, I used two ways 1) as.data.frame(table(x)) 2) sapply(x,x,length) x contains