Possible to enable R Shiny web-app bookmarking?

info-rchitect
info-rchitect Registered Posts: 198 ✭✭✭✭✭✭

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

  • info-rchitect
    info-rchitect Registered Posts: 198 ✭✭✭✭✭✭
    edited July 2024 Answer ✓

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

    enableBookmarking(store = "url")

Setup Info
    Tags
      Help me…