Skip to content
Prev 240706 / 398500 Next

remove data frame from list of data frames

Thank you Jim (and others who responded off list).  This does the
trick for me perfectly:

ls[sapply(ls, function(x) all(x$Acc == 1))]

Thanks again!

Matthew
On Sun, Nov 7, 2010 at 11:34 PM, jim holtman <jholtman at gmail.com> wrote: