## ###################
## Save tab
## ###################
fluidRow(
column(
12,
fluidRow(
column(
12,
navlistPanel(
tabPanel("Import Data",id="helpImport",
includeHTML('./www/helpImportData.html')),
tabPanel("Combine Data",id="helpCombine",
includeHTML('./www/helpCombineData.html')),
tabPanel("Select Data",id="helpSelect",
includeHTML('./www/helpSelectData.html')),
tabPanel("Estimate Model",id="helpEstimate",
includeHTML('./www/helpEstimateModel.html')),
tabPanel("Data Assimilation",id="helpDA",
includeHTML('./www/helpDataAssimilation.html')),
tabPanel("Save",id="helpSave",
includeHTML('./www/helpSave.html')),
id="help"
)
)
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.