db_download | R Documentation |
Downloads the notes for one patient. If there are missing fields, those are created with NA values inserted.
db_download(
uri_fun,
user,
password,
host,
replica_set,
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. |
replica_set |
MongoDB replica set, if indicated. |
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.