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.
There another option that seems to outperform RODBC and RJDBC
rsqlserver package written by agstudy.
Installation:
require(devtools) install_github("rClr", 'jmp75') install_github('rsqlserver', 'agstudy',args='--no-multiarch')