Nothing
header <- function() {
dashboardHeader(
title = tagList(
span(class = 'logo-lg',
a("df Comparator", style="color:white !important",
href='https://cran.r-project.org/web/packages/dataCompare/vignettes/dataCompare.html')),
a(style = "margin: -15px",
href='https://github.com/seewe/dataCompare',
img(src = "www/dfComparator.png", width="225%"))
),
controlbarIcon = "gear"
)
}
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.