Im trying to connect postgres with dplyr functions
my_db <- src_postgres(dbname = \'mdb1252\', user = \"diego\", password = \"pass\") my_db src: postgres 9.2
You might want this,
db=src_postgres(dbname = 'mdb1252', user = "diego", password = "pass", options="-c search_path=mortalidad")