Description Usage Arguments Value Examples
Extract table from mimic database
1 |
tbl |
one table name or table number |
mimic |
mimic database |
cols |
one or more colnames or column numbers |
schema |
schama name, default is mimiciii |
all table names if tbl is missing, or tible
1 2 3 4 5 6 7 8 9 | library(mimicR)
connect_MIMIC <- connect_MIMIC()
# extract all table names
tbl4()
# extract services table with row_id and subject_id columns
tbl4('services','row_id','subject_id')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.