Description Usage Arguments Value Examples
Writes a remote SQL query to make a core table with all the necessary column names for most data extraction tasks. No work is done till the function is explicitly called.
1 |
connection |
a database connection |
a database object
1 2 3 4 5 | db_pth <- system.file("testdata/synthetic_db.sqlite3", package = "inspectEHR")
ctn <- connect(sqlite_file = db_pth)
core <- make_core(ctn)
head(core)
DBI::dbDisconnect(ctn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.