Title: | Predicting Environmental Concentration and Risk |
---|---|
Description: | A Shiny Web Application to predict and visualize concentrations of pharmaceuticals in the aqueous environment. Jagadeesan K., Barden R. and Kasprzyk-Hordern B. (2022) <https://www.ssrn.com/abstract=4306129>. |
Authors: | Kishore Kumar Jagadeesan [cre, aut, cph]
|
Maintainer: | Kishore Kumar Jagadeesan <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.9.2 |
Built: | 2025-02-21 04:30:14 UTC |
Source: | https://github.com/jkkishore85/perk |
Run the Shiny Application
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |
Opens up the in-built Shiny App.
if (interactive()) { run_app() }
if (interactive()) { run_app() }