search for: spjgmwn

Displaying 3 results from an estimated 3 matches for "spjgmwn".

2005 Mar 15
0
Fwd: RODBC, sqlSave and sqlAppend
Début du message réexpédié : > De: Depiereux Constant <constant.depiereux@aqte.be> > Date: 16 mars 2005 00:11:11 GMT+01:00 > À: spjgmwn@iop.kcl.ac.uk > Objet: Rép : [R] RODBC, sqlSave and sqlAppend > > > Le 15-mars-05, à 16:19, Matthew W Nash a écrit : > >> Hi all, >> >> I am currently trying to read, write and append data between R and MS >> access >> using the RODBC library functions...
2005 Mar 15
1
RODBC, sqlSave and sqlAppend
Hi all, I am currently trying to read, write and append data between R and MS access using the RODBC library functions. I have no problems reading in the data but when using sqlSave and sqlAppend it doesn't seem to work. I have made sure that all the column names are sensible and there are no gaps etc in the variables. My call looks like this: sqlSave(channel,treatlist,test=F) I've
2005 Apr 12
0
Can you subset with the context of RExcel
Hi all, I am trying to use RExcel at the moment. I am able to get it to work for simple commands, but I can't seem to get it to work when I subset the data. So for example, if I start RExcel, and then 'Put R var' with the following: 1 1 2 2 1 2 3 1 2 4 1 2 5 1 2 6 1 2 7 1 2 8 1 2 9 1 2 10 1 2 and set it to variable x, then I 'run R' on the code 'z <- t(x)' and