Re: [R] count different words in a field

2010-11-02 Thread David Winsemius
On Nov 2, 2010, at 5:11 PM, Matevž Pavlič wrote: Hi all, I started to ask this in the other post, but it is off topis...so here it is again. I have a data.frame (created with the helpof this mail list) that looks like this : ? table > tbl <- table(c("HUMUS", "SLABO", "MALO", "SLA

Re: [R] count different words in a field

2010-11-02 Thread Matevž Pavlič
Nevermind, i think summary() does this ... -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Matevž Pavlič Sent: Tuesday, November 02, 2010 10:12 PM To: r-help@r-project.org Subject: [R] count different words in a field Hi all,