# #' Import bs4Dash dependencies
# #'
# #' @export
# #' @import bs4Dash
# useBs4Dash <- function () {
# deps <- htmltools::findDependencies(
# dashboardPage(
# header = dashboardHeader(),
# sidebar = dashboardSidebar(),
# body = dashboardBody()
# )
# )
# htmltools::attachDependencies(tags$div(), value = deps)
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.