Skip to content
Prev 308088 / 398503 Next

uniq -c

Have you looked at using table() directly? If I understand what you
want correctly something like:

table(do.call(paste, x))

Also, if you take a look at the development version of R, changes are
being put in place to allow much larger data sets.

Cheers,
Micael
On Tue, Oct 16, 2012 at 4:03 PM, Sam Steingold <sds at gnu.org> wrote: