Retrieve database tables

retrieve_tables(connection = NULL, schema = "public")

Arguments

connection

a database connection object returned from DBI::dbConnect()

schema

character string length 1 detailing the name of the target schema

Value

a list containing pointers to tables within the sql connection.

Details

Places all tables from the database connection into a local list. This makes accessing the tables straightforward.

See also

Other connection: write_notify()