Learn R Programming

shinyStorePlus (version 1.5)

seeexample: Load the example for the package

Description

Example of a shiny application with secure in-browser storage of inputs when changed

Usage

seeexample(
  name = c("storeInputs", "browserLinkToInput", "shinyWidgetsExamples")
)

Value

An example of inputs persistently stored when changed and the page refreshed

Arguments

name

the name of example to view. choices include storeInputs or browserLinkToInput or shinyWidgetsExamples

Examples

Run this code
# \donttest{
if (interactive()) {
  seeexample()
  seeexample("browserLinkToInput")
}
# }

Run the code above in your browser using DataLab