retrieve_tables.RdPlaces all tables from the database connection in a list.
retrieve_tables(connection, schema = "ops_dev")
| connection | an sql connection |
|---|---|
| schema | string vector: the database schema targeted |
a list containing pointers to tables within the sql connection.