Description Usage Arguments Value Examples
This function take a metadata table and produces a list of NIHR codes describing whether the data is 1d (i.e. only measured once) or 2d (i.e "time varying")
1 |
metadata |
a collected metadata table |
a metadata table
1 2 3 4 | db_pth <- system.file("testdata/synthetic_db.sqlite3", package = "inspectEHR")
ctn <- connect(sqlite_file = db_pth)
make_dict(dplyr::collect(dplyr::tbl(ctn, "variables")))
DBI::dbDisconnect(ctn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.