Skip to content
Prev 106552 / 398513 Next

how to 'get' an object that is part of a list

Is this what you are looking for:
+    f <- function(nm, val) length(val)
+    mapply(f, make.names(as.list(match.call()[-1])), list(...))
+ }
xx xx.b
   2    5
On 12/24/06, jim holtman <jholtman at gmail.com> wrote: