# tabs defined through list
navlistPanel(
basics$appName, # page title
widths = c(3, 9), # 25% width
##selected = 'quest',
tabPanel('About', value = 'about', aboutTab), # list item, ID, tab content
tabPanel('Description', value = 'name', descrTab),
tabPanel('Dataset', value = 'design', designTab),
#tabPanel('------', value = 'divd'),
tabPanel('Outliers', value = 'outliers', outlierTab),
tabPanel('Correction', value = 'corr', corrTab),
tabPanel('Filtering', value = 'filter', filterTab),
tabPanel('Normalization', value = 'norm', normTab),
tabPanel('Questionnaires', value = 'quest', questTab),
tabPanel('Process & quit', value = 'process', processTab),
id = 'steps'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.