inst/examples/setinput/README.md

Setting the value of the slider should update all of the other input items, and switch tabs depending on whether the value is even or odd. The behavior should be the same with:

.GlobalEnv$useBS2 <- FALSE
runApp(system.file('examples/setinput', package = 'shinybootstrap2'))

and

.GlobalEnv$useBS2 <- TRUE
runApp(system.file('examples/setinput', package = 'shinybootstrap2'))

(The app looks at the .GlobalEnv$useBS2 variable to see whether it should use the shinybootstrap2::withBootstrap2() wrapper function.)



Try the shinybootstrap2 package in your browser

Any scripts or data that you put into this service are public.

shinybootstrap2 documentation built on May 2, 2019, 4:05 p.m.