Join a data frame (or other R object) to a table in a read-only Postgresql database?
I have read-only access to a Postgres database. I can not write to the database. Q. Is there a way to construct and run a SQL query where I join a data frame (or other R object) to a table…