shinyURL
shinyURL copied to clipboard
:link: Save and restore the state of Shiny app's widgets by encoding them in an URL query string
Any clue why shinyURL fails to load in a server environment? The library loads and the functionality works nicely in my RStudio development environment. When I deploy to a remote...
Hi there, It appears to be impossible to install this package from a windows workstation. devtools installed. R 3.4.3 The resulting message after trying to load and install sources from...
Hi, I have a Shiny app with selectInput(multiple = TRUE). When I get the URL, I can see the multiple values for the select input in the URL. But, when...
Firstly: While supressing input `renderDtOutput_rows_current` using `.`: `.renderDtOutput_rows_current` package `DataTables` (R package `DT`) returns error. Secondly: `shinyURL` catches every input - including currently rendered rows, e.g.: `renderDtOutput_rows_current=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25` so you can...
Just thought that it might be worth mentioning in the README or elsewhere that some of the functionality of this add-on is available in shiny core, using enableBookmarking = "url"...
I would like to hear if there is any possibility to remove system generated parameters from the URL. I'm getting quite few ss-net-opt-* values which make it hard to read...
Hi, Great work on the package, it is really useful. I have an app which is using shiny modules to generate a load of selectizeInput elements. The normal UI elements...
Just tried this out for first time on one of my [apps](https://mytinyshinys.shinyapps.io/climate/) and works fine but have few comments I suppose it would sometimes be useful to view the full...