Connect MS Access database (.accdb) to R under Win7(x64)

The very first tip for this case is you should use 32 bit version of R. To change your active R version you can go in menu Tools->Global Options while using Rstudio IDE and select prefered version of R. library("RODBC") #load package db<-file.path("C:/path/to/your/database.accdb") #connect database. #Note the UNIX style slash... Read more »

Beginner's resources for R

Core R site The Comprehensive R Archive Network R-esources for R The R Journal R-bloggers R Wiki Rdocumentation (info of all packages) Tips and learning Rtips. Revival 2014! Learn and use R R Tutorial Advanced R Programming Read more »