fetch_tables {sqlHelpers} | R Documentation |
Retrieve the tables in a schema
Description
Retrieve the tables in a schema
Usage
fetch_tables(con, schema)
Arguments
con |
A database connection. |
schema |
A string, the schema to query. |
Value
A data.table.
Examples
fetch_tables(con = NULL)
[Package sqlHelpers version 0.1.2 Index]