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
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
2 matches
Mail list logo