run_app | R Documentation |
A wrapper for [shiny::shinyAppDir()].
run_app(app = c("doserate", "calibration"), browser = TRUE, display = "auto")
launch_app(
app = c("doserate", "calibration"),
browser = TRUE,
display = "auto"
)
app |
A ['character'] string specifying the Shiny application to run. It must be one of "'doserate'" or "'calibration'" (see details). Any unambiguous substring can be given. |
browser |
A ['logical'] scalar: should the app be run in the browser? |
display |
A ['character'] string specifying the mode in which to display the application (see [shiny::runApp()]). |
**Application name** | **Keyword** |
Dose rate estimation | `doserate` |
Calibration curve builder | `calibration` |
A shiny application object.
Usefull presets for the energy scale calibration:
Channel | Energy (keV) |
76 | 238.63 |
465 | 1460.82 |
830 | 2614.51 |
N. Frerebeau
## Not run:
run_app("doserate")
run_app("calibration")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.