seeexample | R Documentation |
Example of a shiny application with secure in-browser storage of inputs when changed
seeexample(
name = c("storeInputs", "browserLinkToInput", "shinyWidgetsExamples")
)
name |
the name of example to view. choices include storeInputs or browserLinkToInput or shinyWidgetsExamples |
An example of inputs persistently stored when changed and the page refreshed
Changes made to the input or putputs will be saved and returned when the page is refresh within the same browser over different sessions. More examples are located at https://github.com/oobianom/aagarw30_shinyapps_to-shinyStorePlus
if (interactive()) {
seeexample()
seeexample("browserLinkToInput")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.