Skip to content
Prev 259263 / 398502 Next

write.table vs. read.table and the argument "fill"

Well, it could be a list variable.
foo<- 1:7
bar<-1:9
rab<-list(foo,bar)

I suppose I could do something like

oof<-rbind(foo,bar)
write.table(oof)  #ignore the warnings

and then ignore or delete the redundant items in the output file.
On 5/8/11 1:51 AM, Joshua Wiley wrote: