The BIC-safetygraphicsif R Shiny app provides an interface enabling the usage of the safetyGraphics app with modified Clinical Trial Safety Data.
- assumes R is installed (install the remotes and usethis R-packages)
- assumed git is installed
- add CWL=<your_cwl> and CWL_password=<your_cwl_password> to .Renviron file using usethis::edit_r_environ()
remotes::install_github("Bayer-group/BIC-safetygraphicsif")
library(safetygraphicsif)
safetygraphicsif::start_app()