tabpanel.import = fluidPage(theme = shinytheme("united"),
sidebarLayout(
sidebarPanel(width = 3,
uiOutput("import.ui")
),
mainPanel(width = 9,
htmlOutput("import.text"),
box(width = 12, DT::dataTableOutput("import.preview")),
uiOutput("tabpanel.browse.openml")
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.