[R] use of databases with R?

Prof Brian D Ripley ripley at stats.ox.ac.uk
Fri Oct 15 08:31:34 CEST 1999


On Thu, 14 Oct 1999, Joel Allen wrote:

> Is it possible to access data stored in microsoft access databases using
> R for windows or Linux?

Not that I know of. For Windows, this is something that has been requested,
and it would certainly be possible to add an interface given enough
expertise and time (and we have neither). I know of no product under Linux
that can read Access databases, whose structure (like most database
systems) I believe to be proprietary.

Can you use Access itself or a Visual Basic front end to extract the data
you want into a table or tables that can be read by read.table?  You will
need the data in that format to do anything with it in R.

R is a collaborative project and there may well be other readers of R-help
interested in contributing such interfaces. We would be delighted to hear
from you (such discussions being best on R-devel, I guess).

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list