Jason Rupert
2009-Nov-18 22:57 UTC
[R] Preferred Method for Reading in and Processing Access Database
By any chance is there a preferred way to allow R to read in data from an Access Database and then also process that data? Thanks for any hints and tips since I have traditionally been working with csv file. Thanks again.
Michael Bibo
2009-Nov-18 23:17 UTC
[R] Preferred Method for Reading in and Processing Access Database
Jason Rupert <jasonkrupert <at> yahoo.com> writes:> > By any chance is there a preferred way to allow R to read in data from anAccess Database and then also process> that data? > > Thanks for any hints and tips since I have traditionally been working withcsv file.>I find using package RODBC quite straightforward. I usually create a query in Access to assemble the data I want from various tables, and then just access the query from R via RODBC. Michael Bibo Queensland Health