View source: R/table_functions.R
dbc_query | R Documentation |
Run a query on a SQL database and get a remote table back
dbc_query(query, con_id)
query |
Either a SQL query as a string, a file containing a SQL
query, or a YAML file with a |
con_id |
A short string describing a globally cached connection pool |
A tbl_sql
with the remote results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.