Example of a shiny application with secure in-browser storage of inputs when changed
Usage
seeexample(name = c("storeInputs", "browserLinkToInput"))
Note
Changes made to the input will be saved and returned when the page is refresh within the same browser over different sessions
Examples
# \donttest{
if (interactive()) {
seeexample()
seeexample("browserLinkToInput")
}
# }