I have a shiny app and I am using slickR. I need to access input$slickr_current$.center
to get the current index for an image so that I can use it to create inputs based on the index. This value doesn't populate until you click the slickR slideshow. Is there a way to set the value of input$slickr_current$.center
to 1 or activate the slideshow base on the app loading instead of clicking it?
Asked
Active
Viewed 25 times
0

Mike
- 3,797
- 1
- 11
- 30
-
2Maybe see [this discussion](https://stackoverflow.com/q/56001897/1100107). – Stéphane Laurent Sep 12 '22 at 20:17
-
that answered my question, thank you for the link – Mike Sep 13 '22 at 17:02