Description Usage Arguments Value Examples
View source: R/dms_codeset_tbl.R
Create a tbl pointer to the Clinical Analytics CODESET data
1 | dms_codeset_tbl(conn)
|
conn |
a DBI-compliant connection object. recommend using the 'connect_cdw()' function |
a tbl with codeset data
1 2 3 4 5 6 7 8 9 10 | ## Not run:
conn <- connect_cdw()
ccdm_tbl(conn)
dms_codeset_tbl(conn)
disconnect_cdw(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.