Skip to content
Prev 65805 / 398525 Next

data frame excerption

Oleg Bartunov wrote:

            
Yes, but you have to use the indexing matrix-like (see the manuals):

   q1 <- q[q$V3 < 1, ]

Uwe Ligges