View source: R/UI_components.R
MseekMinimalUI | R Documentation |
A minimal UI for Mseek that can be extended with additional objects for testing and development purposes
MseekMinimalUI(..., diagnostics = T, dashboard = F, id = NULL) MseekHeader(..., id = NULL) MseekSidebar(..., id = NULL)
... |
UI elements to embed in the Metaboseek app |
diagnostics |
if TRUE, will render diagnostics UI elements |
dashboard |
if TRUE, will render a dashboard layout |
id |
id for namespacing - must be the id of the enclosing module or NULL |
UI elements for Metaboseek
MseekHeader
: generates the dashboardHeader for Mseek.
MseekSidebar
: generates the dashboardSidebar for Mseek.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.