Skip to content
Prev 308360 / 398506 Next

Help with

Another option would be to read the data using read.table or similar
to get the data into a data frame then use the xtabs function,
something like:

result <- xtabs( count ~ docID + wordID, data=mydf)
On Thu, Oct 18, 2012 at 6:44 AM, Rui Esteves <ruimaximo at gmail.com> wrote: