Description Usage Arguments Value Examples
View source: R/m3_uploadData_gz.R
upload data to PostgreSQL
1 2 3 4 5 6 7 8 9 | uploadData_3gz(
data_dir,
tbl = c("admissions", "callout", "caregivers", "chartevents", "cptevents", "d_cpt",
"d_icd_diagnoses", "d_icd_procedures", "d_items", "d_labitems", "datetimeevents",
"diagnoses_icd", "drgcodes", "icustays", "inputevents_cv", "inputevents_mv",
"labevents", "microbiologyevents", "noteevents", "outputevents", "patients",
"prescriptions", "procedureevents_mv", "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 26 data to PostgreSQL
1 | uploadData_3gz('f:/data')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.