Hi Folks,
I need to extract the list of all my data frame objects. With objects() I can
list all objects and was hoping to use something like the following:
objects()[is.data.frame(objects())] to extracts all my objects that are data
frame...
What am I doing wrong?
Thanks - Tim
---------------------------------
Any questions? Get answers on any topic at Yahoo! Answers. Try it now.
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.