19 Oct 2015 |
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 »
19 Oct 2015 |
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 »