I am trying to connect R and local sql server i.e. windows authentication based using dplyr package as I have large data set to work upon and cannot pull all of them into R. Can someone please help me with the connection.
I believe RSQLServer::src_sqlserver under RSQLServer package would help but I am not able to do so.
I tried using this command:
install_github('rsqlserver', 'agstudy',args = '--no-multiarch')
but I get an error message
:ERROR:
dependency 'rClr' is not available for package 'rsqlserver'.
Please help