## +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
## Title: Dose Rate Estimation App
## Authors: Nicolas Frerebeau, Université Bordeaux Montaigne (France)
## Brice Lebrun, Université Bordeaux Montaigne (France)
## Contact: nicolas.frerebeau@u-bordeaux-montainge.fr
##++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
## Clean current environment ===================================================
rm(list = ls())
## Load packages ===============================================================
library(gammaShiny)
## Set Shiny settings ==========================================================
options(shiny.maxRequestSize = 30 * 1024^2)
enableBookmarking(store = "server")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.