[R] Creating several txt outputs

2009-02-18 Thread diego Diego
Dear R experts: I have a list (a very long one) and I need to create successively txt outputs (on diferent files ideally) for the data of each component of the list. How can I do this? Thanks in advance!! [[alternative HTML version deleted]]

Re: [R] Creating several txt outputs

2009-02-18 Thread Domenico Vistocco
diego Diego wrote: Dear R experts: I have a list (a very long one) and I need to create successively txt outputs (on diferent files ideally) for the data of each component of the list. How can I do this? Maybe this could help you: list2Files - list(1:3, letters[1:10], matrix(1:15, 5, 3))