Is it possible to read a LIST file into R? Any package? I've done some googling, but there are just too many hits for a regular 'list'. Appreciate any pointers! -- Dimitri Liakhovitski
What produced this file? On Tue, Apr 14, 2015 at 4:40 PM, Dimitri Liakhovitski <dimitri.liakhovitski at gmail.com> wrote:> Is it possible to read a LIST file into R? Any package? > > I've done some googling, but there are just too many hits for a regular 'list'. > Appreciate any pointers! > > -- > Dimitri Liakhovitski >-- Sarah Goslee http://www.functionaldiversity.org
Try Googling for ".list" file extension Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, Apr 14, 2015 at 1:40 PM, Dimitri Liakhovitski < dimitri.liakhovitski at gmail.com> wrote:> Is it possible to read a LIST file into R? Any package? > > I've done some googling, but there are just too many hits for a regular > 'list'. > Appreciate any pointers! > > -- > Dimitri Liakhovitski > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
IMDB. I guess I'll just have to open it as any text file. On Tue, Apr 14, 2015 at 4:48 PM, Sarah Goslee <sarah.goslee at gmail.com> wrote:> What produced this file? > > On Tue, Apr 14, 2015 at 4:40 PM, Dimitri Liakhovitski > <dimitri.liakhovitski at gmail.com> wrote: >> Is it possible to read a LIST file into R? Any package? >> >> I've done some googling, but there are just too many hits for a regular 'list'. >> Appreciate any pointers! >> >> -- >> Dimitri Liakhovitski >> > > -- > Sarah Goslee > http://www.functionaldiversity.org-- Dimitri Liakhovitski