[R] Refer to Data Frame Name Inside a List

2013-06-04 Thread Sparks, John James
Dear R Helpers, I have a fairly complicated list of data frames. To give you an idea of the structure, the top of the str output is shown below. How do I refer to the data.frame name for each data.frame in the list? That is, how can I pull the terms Advertising2007, AirFreightDelivery2007,

Re: [R] Refer to Data Frame Name Inside a List

2013-06-04 Thread Jorge I Velez
Try names(ResList) HTH, Jorge.- Sent from my phone. Please excuse my brevity and misspelling. On Jun 5, 2013, at 12:34 AM, Sparks, John James jspa...@uic.edu wrote: Dear R Helpers, I have a fairly complicated list of data frames. To give you an idea of the structure, the top of the str

Re: [R] Refer to Data Frame Name Inside a List

2013-06-04 Thread Sarah Goslee
On Tue, Jun 4, 2013 at 10:33 AM, Sparks, John James jspa...@uic.edu wrote: Dear R Helpers, I have a fairly complicated list of data frames. To give you an idea of the structure, the top of the str output is shown below. How do I refer to the data.frame name for each data.frame in the list?