Places all tables from the database connection in a list.

retrieve_tables(connection, schema = "ops_dev")

Arguments

connection

an sql connection

schema

string vector: the database schema targeted

Value

a list containing pointers to tables within the sql connection.