Hi Folks,
I am creating a shiny app dashboard that has the tabs "home", "Tutorial", "Run Experiments" and "About" in the shinydashboard::Sidebar(). I am looking for a way to wrap an existing learnR App into the Shinydashboard tutorial lab, so that when the "Tutorial" button is clicked the learn R rmd doc is loaded and an interactive tutorial starts immediately. Are there any links I can read to be able to implement this solution?
Thanks