Description Usage Arguments Value Examples
View source: R/connect_MIMIC.R
Connect to MIMIC3 database in PostgreSQL
1 | connect_MIMIC(user = "postgres", password = "pg", dbname = "mimic", ...)
|
user |
user name |
password |
password |
dbname |
database name, default is mimic3. |
... |
other parameter. |
connection to MIMIC3 database in PostgreSQL.
1 | connect_MIMIC <- connect3()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.