[R] Writting multiple tables to csv

2009-06-19 Thread baked Toast
Hey, Is it possible to write multiple tables at once to a cvs file? Because these tables are of different lengths I can not use cbind. When I use following: Test <- c(capture.output(table(test1),capture.output(table(test2)) write.table(Test,”test.csv”,row.names=FALSE,sep=”\t”) I receive messy, u

[R] (RODBC) defining variable as text

2009-03-14 Thread baked Toast
Dear all, I use the RODBC package to import data from a Microsoft Access database. When importing the different variables I use a marker, a unique code which consists of a series of numbers starting with several (not a fixed number) of zero's. Now the problem is that when I want to import this dat