generic_column <- function(width, ..., offset = 0) {
column(
width = width,
offset = offset,
...
)
}
generic_box <- function(...) {
shinyjqui::jqui_resizable(
shinydashboardPlus::box(
...
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.