DBI_getOBDCtable | R Documentation |
DBI_getOBDCtable(conn, query, roundRealDigits = NULL)
conn |
A |
query |
SQL Query to server to request table |
roundRealDigits |
Optionally round digits of all doubles. Takes an integer to fill in the |
Tibble of a database table
First created in 2020-12-11 while working in the MARC-KC/CovidDataEntry Repository
Jacob Peterson
## Not run: library(DBI) con <- connectODBC("<servername>.<databaseName>.<schemaName>") table <- DBI_getOBDCtable(con, "SELECT * FROM <schemaName>.<tableName>") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.