Re: [R] write list to ascii

2012-07-19 Thread INCOMA GfK
helps Best wishes Chris Chris Campbell Mango Solutions Data Analysis the Delivers http://www.mango-solutions.com +44 (0) 1249 705 450 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Skála, Zdenek (INCOMA GfK) Sent: 19 July 2012 10:1

Re: [R] write list to ascii

2012-07-19 Thread William Dunlap
2 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 Two: AL, AK, AZ, AR, CA Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Be

Re: [R] write list to ascii

2012-07-19 Thread Chris Campbell
e Delivers http://www.mango-solutions.com +44 (0) 1249 705 450 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Skála, Zdenek (INCOMA GfK) Sent: 19 July 2012 10:10 To: r-help@r-project.org Subject: [R] write list to ascii Dear all, apolo

[R] write list to ascii

2012-07-19 Thread INCOMA GfK
Dear all, apologies for this (perhaps recurrent) question but I did not found a question when searching mailing lists. How to write a list of a simple kind, e.g.: abc <- list(one=(1:2), two=(1:5)) # to a file? I understand that write() & co. cannot work but when I try sink("aa.txt", append=T,