Possible to enable R Shiny web-app bookmarking?

Solved!
info-rchitect
Level 6
Possible to enable R Shiny web-app bookmarking?

Hi,

 

I am using R Shiny for multiple web-apps and need the ability to turn on both types of user book-marking, documented here.


Operating system used: Windows 10

0 Kudos
1 Solution
info-rchitect
Level 6
Author

OK, turns out all I had to do is put this in the server.R and ui.R files

enableBookmarking(store = "url")

 

View solution in original post

1 Reply
info-rchitect
Level 6
Author

OK, turns out all I had to do is put this in the server.R and ui.R files

enableBookmarking(store = "url")