a dbWriteTable is missing the SCHEMA support, the tables are always written in the pblic workspace. Example dbWriteTable(conn, data = e, name = "stats", Schema = "testbase" ) writes in "public" schema instead in "testbase"
Log in to post a comment.