I\'ve been trying to connect my company\'s DMS to R using the odbcConnect command, but get the following message:
odbcConnect
myConn <-odbcConnect(\"NZSQ
I know this is old but also make sure that you remove the spaces around the '=' sign. That was my problem.