A convenient API to create guided tours of Shiny applications using driver.js.
There are already R packages that let you create a guide to your Shiny application. Where cicerone differs is that it allows you to leave your actual application intact; keeping the guide separate from the app. There is a blog post if one wants more details.
You can install cicerone from Github with using either remotes
or devtools
.
# install.packages("remotes")
remotes::install_github("JohnCoene/cicerone")
Once installed load the library to confirm it has been installed correctly.
library(cicerone)
If all worked fine you are good to go.