patientDesigner() is a visual interface based on D3 to construct test datasets for the OMOP-CDM
Source: R/patientsDesigner.R
patientDesigner.RdpatientDesigner() is a visual interface based on D3 to construct test datasets for the OMOP-CDM
Arguments
- 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, write anapp.Rlauncher, and run the app from that folder.- publishDir
Directory to create for the publishable Shiny app.
- overwritePublishDir
If TRUE, overwrite files in
publishDirwhen it already exists.- launch.browser
Passed to
shiny::runApp()whenmakePublishableis TRUE.- includeChat
If TRUE, include the chat-driven dataset generator tab.