Using MySQL in R for Windows

前端 未结 3 1202
孤城傲影
孤城傲影 2020-12-05 03:24

How to use MySQL in R (statistic language) for Windows (7)?

There is no problems then using linux:

install.packages(\'RMySQL\')
library(RMySQL)
...
<         


        
3条回答
  •  渐次进展
    2020-12-05 03:51

    You need to install the MySQL headers and libraries, as explained in the installation instructions. Please do read the documentation before turning to SO.

提交回复
热议问题