knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Part of a series of Shiny Apps to support education of risk managers and trading analysts in Universities and commodity-trading enterprises.
Class material in learning shiny
app deployment where we start with the simple app and transform it into a package
using golem.
golem
.r
strategy for accessing data across modules.shiny::isolate()
and shiny::actionButton()
with shiny::reactive()
to prevent double evaluation (renders object flickers twice). This provides a fast first rendering and allows users to change multiple inputs before triggering a chain of reactivity.ui
rendering.tidyeval
using rlang
to generate reactive data based on dynamic user inputs.You can install the development version of RTLappStrat from GitHub with:
# install.packages("devtools") devtools::install_github("risktoollib/RTLappStrat")
library(RTLappStrat) RTLappDynamics::run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.