Hi everyone,
Is there a way to restore a bookmarked state in Shiny programmatically without entering a url? I mean, can we create some trigger such as an action button that would prompt the user to input a saved state ID, etc. that could be used to trigger the onrestore function?
I am asking this because my shiny app is within an iframe of another website and entering the bookmarked url launches the app outside the iframe.
Thanks a lot.