ui <- fluidPage(
titlePanel("censusVis"),
sidebarLayout(
sidebarPanel(
),
mainPanel(
plotly::plotlyOutput("plot1"),
plotly::plotlyOutput("plot2"),
plotly::plotlyOutput("plot3"),
textOutput("reg")
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.