Reading data from Microsoft SQL Server into R

前端 未结 7 566
长发绾君心
长发绾君心 2021-02-01 02:17

Is it possible to read the data stored in MS SQL server from R interface?

If it is I would be also thankful if anyone could show the way to do it.

7条回答
  •  一生所求
    2021-02-01 02:44

    The latest library that allows you to connect to MSSQL databases is RSQLServer.

    It can be found on GitHub and CRAN.

提交回复
热议问题