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
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
2 matches
Mail list logo