View source: R/import_db_table.R
import_db_table | R Documentation |
Load database table into memory as dataframe (tibble)
import_db_table(conn, table)
conn |
A DBIConnection object, as returned by dbConnect(). |
table |
a character string with the name of the remote table. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.