Nothing
#' Generate Title Panel
GenTitlePanel <- function(){
titlePanel(windowTitle = config$AppTitle,
fluidRow(
column(11,
tags$div(id = "AppTitle", config$AppTitle),
tags$h5(id = "AppSubTitle", config$AppSubTitle)),
column(1,
img(id ="LogoFilePath", style="height: 60px; wigth:60px; float:right; vertical-align:middle", src = config$LogoFilePath))
))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.