Raw Message
Message-ID: <000901ccc378$e3630130$aa290390$@edu> Date: 2011-12-26T02:48:45Z From: David Epstein Subject: Recoding multiple TRUE/FALSE columns into a single list of TRUE columns In-Reply-To: <CAAxdm-5tp_65MbrfeS3Wxvzx-ePMT+HndWSakMG-=RAB2C67aA@mail.gmail.com> Jim, Wow, that does it! I think I can use strsplit and unlist to convert the string of row names into a R list. thank you! -david