# tabPanel("Convert data",
#
# value = "convertTab",
# moduleProcessUI("moduleProcess_Convert")
#
# )
tabPanel("Convert data",
value = "convertTab",
tabsetPanel(
id = "tabsetPanel_convert",
tabPanel("1 - Select file",value = "SelectFile2Import",
uiOutput("Convert_SelectFile")),
tabPanel("2 - Data id", value = "ID",
uiOutput("Convert_DataId")),
tabPanel("3 - Exp. and feat. data",value = "Import1",
uiOutput("Convert_ExpFeatData")),
tabPanel("4 - Samples metadata",value = "buildDesign_Tab",
uiOutput("Convert_BuildDesign")),
tabPanel("5 - Convert",value = "Convert",
uiOutput("Convert_Convert"))
)
)# end tabsetPanel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.