I’m trying to connect with a database. I use the r-package “RODBC” and the password contains a backslash. Is there a possibility to handle this problem?
library(RODBC)
channel <- odbcConnect("database", uid="theuid", pwd=”whyisherea\backslash”,
believeNRows=FALSE)