1 0.19531250 0.124
...
It works for me.
grep - is simliar to sh command "grep, egrep, fgrep, rgrep - print lines
matching a pattern"
which - differs from sh command "which - locate a command"
Wonderful !!!
B.R.
Stephen L
________________
F
Try this:
d <- data()
ne <- new.env()
data(list = grep("\\(", d$results[,'Item'], value = TRUE, invert = TRUE),
envir = ne)
out <- eapply(ne, names)
names(which(lapply(lapply(out, '%in%', c("Run", "conc", "density")), sum) ==
3))
On Thu, Nov 25, 2010 at 1:38 PM, Stephen Liu wrote:
> Hi folks,
2 matches
Mail list logo