Description Usage Arguments Value
View source: R/create_lazy_conn.R
Create a lazy connection to a table in a schema
1 | create_lazy_conn(pool_conn, schemaname = "public", tablename)
|
pool_conn |
A pool connection to a PostgreSQL database |
schemaname |
The schema from which to get the tables. Default is public |
tablename |
The name of the table to create the connection to |
A pool connection object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.