I am attempting to install the RMySQL package to connect to a MySQL database in R. I run RStudio in Windows on my local PC, with no local copy of MySQL. I would like to use RMySQL to query (but not update/delete or otherwise change) data on a MySQL database stored on external non-Windows server.
I know the location of the MySQL headers and library on the server, but unsure of how to point to them in the Renviron.site file stored in my R/etc/ directory.
Any suggestions?
http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL (RMySQL standard installation instructions)