Hi there,
You can try using the below code to connect to a Unix server with Microsoft R Open.
<- DBI::dbConnect(odbc::odbc(),
Driver = "ODBC Driver 17 for SQL Server",
Server = "XXXX" ,
Database = "XXXX",
Trusted_Connection = "yes")
Hope this resolves your Query !!
---------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer–