Description Usage Arguments Value Examples
View source: R/m4_uploadData_gz.R
upload mimic iv data to PostgreSQL
1 2 3 4 5 6 7 8 9 10 | uploadData_4gz(
data_dir,
tbl = c("admissions", "chartevents", "d_hcpcs", "d_icd_diagnoses",
"d_icd_procedures", "d_items", "d_labitems", "datetimeevents", "diagnoses_icd",
"drgcodes", "emar", "emar_detail", "hcpcsevents", "icustays", "inputevents",
"labevents", "microbiologyevents", "outputevents", "patients", "pharmacy", "poe",
"poe_detail", "prescriptions", "procedureevents", "procedures_icd", "services",
"transfers"),
conn
)
|
data_dir |
data directory |
tbl |
table names for some one |
conn |
connection, if missing, it will be get 'connectiontopsql' from global environment. |
add mimic iv data to PostgreSQL
1 | uploadData_4gz('f:/data')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.