Description Usage Arguments Value Examples
If a name is not provided, will print a list of the available tables in the current connection settings.
1 |
conn |
a DBI-compliant connection object. recommend using the 'connect_cdw()' function |
name |
A character string specifying the table name |
a tbl or a display of tables and views available
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
conn <- connect_cdw()
cdw_tbl(conn)
cdw_tbl(conn, DBI::Id(database = "CLINICAL_ANALYTICS_PROD",
schema = "DMS_ACUTE_CARE",
table = "SEPSIS"))
disconnect_cdw(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.