View source: R/patientsDesigner.R
| patientDesigner | R Documentation |
patientDesigner() is a visual interface based on D3 to construct test datasets for the OMOP-CDMpatientDesigner() is a visual interface based on D3 to construct test datasets for the OMOP-CDM
patientDesigner(
path = NULL,
makePublishable = FALSE,
publishDir = file.path(getwd(), "PatientGeneratorApp"),
overwritePublishDir = FALSE,
launch.browser = FALSE,
includeChat = FALSE,
visibleTables = NULL
)
path |
Optional folder containing JSON test sets. If NULL, default path resolution keeps testthat integration. |
makePublishable |
If TRUE, copy the packaged Shiny application template
to |
publishDir |
Directory to create for the publishable Shiny app. |
overwritePublishDir |
If TRUE, overwrite files in |
launch.browser |
Passed to |
includeChat |
If TRUE, include the chat-driven dataset generator tab. |
visibleTables |
Optional character vector of event tables to show when
the Designer opens. |
A Shiny app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.