Re: [R] convert table to list

2009-03-31 Thread herwig
Thanks a lot, Problem solved, Herwig :-D -- View this message in context: http://www.nabble.com/convert-table-to-list-tp22810143p22815557.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://sta

Re: [R] convert table to list

2009-03-31 Thread Peter Alspach
Tena koe Herwig I am guessing that you are not using the terms 'table' and 'list' in the R sense, and suggest you might want either the reshape() function or Hadley Wickham's 'reshape' package. For the former, if your data is in a data.frame (which is a special type of list) then: > herwig A