Possible to enable R Shiny web-app bookmarking?
info-rchitect
Registered Posts: 188 ✭✭✭✭✭✭
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
Tagged:
Best Answer
-
OK, turns out all I had to do is put this in the server.R and ui.R files
enableBookmarking(store = "url")