Description Usage Arguments Value
Downloads the notes for one patient. If there are missing fields, those are created with NA values inserted.
1 | db_download(uri_fun, user, password, host, port, database, patient_id)
|
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
database |
MongoDB database name. |
patient_id |
Patient ID for which notes are being requested. |
Dataframe of full notes and/or note parts with associated metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.