Skip to content
Prev 350019 / 398506 Next

scan - open text file as list

Hi Hermann,
This isn't much more elegant, but

test.list<-sapply(test,function(x) { strsplit(x," ") },simplify=TRUE)
names(test.list)<-NULL

Jim
On 4/15/15, Hermann Norpois <hnorpois at gmail.com> wrote: