Description Usage Arguments Value Examples
Makes the reference table used my many functions in this package. This is part of the basic setup.
1 |
connection |
a database connection |
a tibble with episode level data with site
1 2 3 4 5 | db_pth <- system.file("testdata/synthetic_db.sqlite3", package = "inspectEHR")
ctn <- connect(sqlite_file = db_pth)
ref <- make_reference(ctn)
head(ref)
DBI::dbDisconnect(ctn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.