dashboard_page <- function() {
bs4Dash::dashboardPage(
header = dashboard_header(),
sidebar = dashboard_sidebar(),
body = dashboard_body()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.