Description Usage Arguments Value Examples
This includes all of the information from the mimic_get_patient_admissions function plus additional
data pertaining to individual ICU stays while in the hospital.
1  | m4_patient_icustays(con, cohort = NULL, ...)
 | 
con | 
 A   | 
cohort | 
 an optional vector of patient IDs defining the cohort of interest  | 
... | 
 additional optional passed along parameters.  | 
a tibble with the results.
1 2 3 4 5 6 7 8 9 10  | con <- bigrquery::dbConnect(
  bigrquery::bigquery(),
  project = bigrquery::bq_test_project(),
  quiet = TRUE
)
icudet <- m4_patient_icustays(con, cohort = 16904137)
dim(icudet)
bigrquery::dbDisconnect(con)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.