Dit antwoord lezen https://stackoverflow.com/a/15644435/2773500 geholpen. Ik kan het volgende gebruiken om de tabellen te koppelen aan een specifiek schema:
dbGetQuery(db,
"SELECT table_name FROM information_schema.tables
WHERE table_schema='sch2014'")