library(shiny)
library(dimple)
shinyUI(fluidPage(
titlePanel("Shiny dimple.js"),
sidebarLayout(
sidebarPanel(
checkboxInput("head", label = "Head Only", value = FALSE)
),
mainPanel(
dimpleOutput("dimple")
)
)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.