Displaying 5 results from an estimated 5 matches for "odbcconnectdbase".
2006 Apr 01
4
-newbie | RODBC import query
...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 <- sqlFetch(import_dat,&qu...
2005 Jun 22
10
How to read an excel data into R?
Hi all,
Does anybody know the easiest way to import excel data into R? I copied
and pasted the excel data into a txt file, and tried read.table, but R
reported that
Error in read.table("data_support.txt", sep = " ", header = T) :
more columns than column names
Thanks!
Ling
2006 Nov 17
2
Large data Problem
Hi R-Experts,
I'm having a problem with reading a large data file which is
in .csv format and size is 120 MB (app.). I was trying to use RODBC
package but I found RODBCconnectExcel function only. And can I convert
this file to .dbf format? How can I read this file? And also let me
know if this was a file in .sas7bdat format, what should I do? Thanks in
advance.
2013 Jul 16
2
Importing data by odbcConnectExcel in 64 bit
I have probably an old question.
I have R.3.0.1 installed in 64 bit windows 7. The odbcConnectExcel in RODBC
library does not work. Tried odbcConnectExcel2007 still does not work.
Any ideas.
Thanks
Melissa<-sqlFetch(odbcConnectExcel2007("F:\\Cotton2012\\validation.xlsx"),sqtable
= "Sheet3",
+ na.strings = "NA", as.is = TRUE)
Error in
2011 Mar 22
2
Loading mdb
Well im thoroughly frustrated after 25 minutes of checking and rechecking my
path. What do i not know about loading a mdb that is keeping me from
loading my data.
i have loaded the Hmisc library and pointed it too my data using mdb.get and
continue to get the following error.
Error in system(paste("mdb-tables -1", file), intern = TRUE) :
'mdb-tables' not found
Which i