Description Usage Arguments Value Examples
Extracts NHIC events and appends them with the correct class for further processing. This is essentially the creator method for the S3 classes associated with the inspectEHR package
1 |
core_table |
core table from make_core |
input |
the input variable of choice |
A tibble with 1 row per event
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)
extract(core, input = "NIHR_HIC_ICU_0073")
DBI::dbDisconnect(ctn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.