# Define UI
dashboardPage(
skin = "black", title = "shinyCV",
collapse_sidebar = TRUE, header, sidebar, body,
footerOutput(outputId = "dynamicFooter"),
div(id = "controlbar",
dashboardControlbar()
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.