search for: import_dat

Displaying 1 result from an estimated 1 matches for "import_dat".

2006 Apr 01
4
-newbie | RODBC import query
...CVS or delimited ASCII files). OK, so after a bit of reading, seems I need to use RODBC (I'm using [R] 2.2.1 for Windows, at the moment). But, I can't seem to figure out the basics. Suppose the file I need to 'work with' is test.dbf So, I try the following: library(RODBC); import_dat <- odbcConnectDbase("c:\documents and settings\egc\desktop\test.dbf") OK, so far so good - well, at least no outright errors gets chunked out to the console. Now what? Here's where I get stuck. There is a table in the test.dbf file called TEST. But, the following tester <-...