Re: [R] use a data frame whose name is stored as a string variable?

2010-06-26 Thread Seth
Thanks! Works like a charm. -Seth -- View this message in context: http://r.789695.n4.nabble.com/use-a-data-frame-whose-name-is-stored-as-a-string-variable-tp2269095p2269732.html Sent from the R help mailing list archive at Nabble.com. __

[R] use a data frame whose name is stored as a string variable?

2010-06-25 Thread Seth
Hi, Let's say I have a data frame (called example) with numeric values stored (columns V1 and V2). I also have a string variable storing this name x1-example Is there a way to use the variable x so that R knows that I want the specified action to occur on the data frame? For example, summary

Re: [R] use a data frame whose name is stored as a string variable?

2010-06-25 Thread Joshua Wiley
On Fri, Jun 25, 2010 at 5:10 PM, Seth sjmy...@syr.edu wrote: Hi, Let's say I have a data frame (called example) with numeric values stored (columns V1 and V2).  I also have a string variable storing this name x1-example Is there a way to use the variable x so that R knows that I want the