Displaying 2 results from an estimated 2 matches for "urishimron".
2010 Feb 11
3
Creating a new Access database with R
...the same problem as well, I would like to code with following concept but wondering how to cope it.
if (*mdb file exist)
{ add new row/col }
else
{ add new *mdb file }
----------------------------------------------------------------------------------------------
From: Uri Shimron <UriShimron_at_optiver.com>
Date: Thu 21 Sep 2006 - 13:27:35 GMT
First of all, since this is my first posting, I would like to thank
anybody who works/has worked on R, and made it such a beautiful open
source package!
My question is: how do I create a new Access database with R? I need a
channel b...
2006 Sep 21
0
Creating a new Access database with R
First of all, since this is my first posting, I would like to thank
anybody who works/has worked on R, and made it such a beautiful open
source package!
My question is: how do I create a new Access database with R? I need a
channel before I can do anything, but if the mdb-file doesn't exist, I
can't connect to it with odbcConnectAccess.
I've looked at the RODBC.pdf on CRAN, searched