db_get_query | R Documentation |
Get query results and close connection safely
db_get_query(sql, drv = odbc::odbc(), ..., params = NULL)
sql |
Sql query or sql file |
drv |
Driver for database. Default odbc::odbc(). |
... |
Connection parameters like dsn or server, username and password also extra parameters like encoding. |
params |
List of parameters to replace question marks in sql query. Default NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.