tbl_from_rpostgres | R Documentation |
Fetch data from a database
tbl_from_rpostgres(con, schema, table)
con |
A database connection object. |
schema |
The schema name in the database. |
table |
The table name to fetch. |
A dplyr tbl object connected to the specified table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.