search for: datagt

Displaying 1 result from an estimated 1 matches for "datagt".

Did you mean: data_t
2012 Oct 11
2
Exporting each row in the table as new table
Dear all, I am new to R and I am familiar with very basic stuff. I am trying to create tables in text format from each row of my table and export these tables with specific attribute in the table. I tried after reading some forums but nothing worked. Can you please help me. ex: dataGT ID State Year Growth 1 IA 1999 25 2 IA 2000 27 3 KS 1999 35 4 KS 2000 31 5 KY 1999 14 6 KY 2000 18 7 NE 1999 34 8 NE 2000 38 I am trying to have each row of the table as new table and need to export that table with name of of the ID. Please help me if possible. Thank you Kalyani -- View this...