use_cicerone | R Documentation |
Include cicerone dependencies in your Shiny UI.
use_cicerone()
library(shiny)
ui <- fluidPage(
use_cicerone()
)
server <- function(input, output){}
if(interactive()) shinyApp(ui, server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.