| Title: | Visualize and Summarize Repeat-Dose Toxicology Study Results | 
| Version: | 1.0.0 | 
| Description: | A 'shiny' app that generates plots and summary tables from repeat-dose toxicology study results to facilitate holistic evaluation of the drug safety of active pharmaceutical ingredients (API) prior to initiation of clinical trials. | 
| License: | MIT + file LICENSE | 
| URL: | https://github.com/phuse-org/toxSummary | 
| BugReports: | https://github.com/phuse-org/toxSummary/issues | 
| Encoding: | UTF-8 | 
| RoxygenNote: | 7.2.1 | 
| Imports: | cicerone, data.table, DBI, dplyr, DT, flextable, fs, ggiraph, ggplot2, htmltools, magrittr, patchwork, rlang, RSQLite, scales, shiny, shinycssloaders, shinydisconnect, stringr | 
| Depends: | R (≥ 2.10) | 
| Suggests: | knitr, officer, rmarkdown | 
| VignetteBuilder: | knitr | 
| NeedsCompilation: | no | 
| Packaged: | 2024-02-26 19:25:22 UTC; Md.Ali | 
| Author: | Yousuf Ali [cre, aut], Kevin Snyder [aut], FDA [cph] | 
| Maintainer: | Yousuf Ali <md.ali@fda.hhs.gov> | 
| Repository: | CRAN | 
| Date/Publication: | 2024-02-27 17:30:02 UTC | 
Run toxSummary app
Description
Run toxSummary app
Usage
toxSummary_app(
  database_path = NULL,
  studyid_file = NULL,
  save_file_path = NULL,
  where_to_run = "local"
)
Arguments
| database_path | Optional, character | 
| studyid_file | Optional, character | 
| save_file_path | optional, character | 
| where_to_run | Optional, character | 
Value
function run the app.
Examples
if(interactive()) {
toxSummary_app()
}