load_medications | R Documentation |
Load drug prescription records into the warehouse
load_medications(
conn,
prescriptions,
administrations = NULL,
overwrite = FALSE,
transitive_closure_controls = transitive_closure_control(),
silent = FALSE
)
conn |
a database connection |
prescriptions |
a data frame of prescriptions passing the
|
administrations |
a data frame of drug administrations passing the
|
overwrite |
if |
transitive_closure_controls |
parameters controlling (see
|
silent |
if |
create_therapy_episodes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.