List Tables

ls_tables(conn, conn_fun, schema, verbose = TRUE, render_sql = TRUE)

Arguments

conn

Connection object

schema

The target schema for the operation.

verbose

If TRUE, details on the activity are returned in the console, such as when the querying starting and was completed.

render_sql

If TRUE, the SQL statement for the operation is returned in the console.

See also

Other list functions: lsFields(), lsSchema(), lsTables(), ls_db(), ls_fields(), ls_schema(), ls_users()