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