View source: R/darwin_report_ui.R
darwinReportUI | R Documentation |
Shiny application to generate, customize, and report diagnostic plots and tables from NLME or NONMEM output files. Create an Rmarkdown file of tagged model diagnostics and render into submission ready report.
darwinReportUI(darwin_data, tagged = NULL, settings = NULL, ...)
darwin_data |
Object of class |
tagged |
List of tagged objects returned from previous |
settings |
List of settings (e.g., settings.Rds) returned from previous Shiny session. |
... |
Additional arguments for Pirana integration. |
If interactive()
, returns a list of tagged diagnostics from the Shiny application, otherwise returns TRUE
.
if (interactive()) {
ddb <- darwin_data("./darwin_search_09") |>
import_key_models("./darwin_search_09/key_models")
darwinReportUI(ddb)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.