Questions tagged [shinystoreplus]

2 questions
2
votes
1 answer

How to save reactive dataframe from one R session to the next?

I've begun working with package shinyStorePlus to save user inputs from one R session to the next. I've come across a scenario where it doesn't work: a reactive dataframe rendered with package rhandsontable, per the example code below. Using…
2
votes
1 answer

Why do I get an error message when using an observeEvent with this function that works fine when not wrapped in an observer?

The below example code "Code" saves to the browser the user slider input from one session to the next, using package shinyStorePlus. I would like the user to be able to clear the saved inputs via a click of the "clear" actionButton(). When the…