On 8 October 2010 at 04:28, Christian Gunning wrote: | Yes, I've used this successfully. I have run into trouble extracting | elements of length>1 from lists with variable-length elements, e.g. | _mylist = list(a=1, b=1:3), mylist["a"] works but mylist["b"] is | squirrely.
Please send a reproducible test case. I use the same approach a lot and have not had issues. Dirk -- Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
