Learn R Programming

DSAIRM (version 0.9.6)

generate_documentation: A helper function which processes and displays the documentation part for each app

Description

This function take the documentation provided as html file and extracts sections to generate the tabs with content for each Shiny app. This is a helper function and only useful for this package.

Usage

generate_documentation(docfilename)

Value

tablist A list of tabs for display in a Shiny UI.

Arguments

docfilename

full path and name to html file containing the documentation

Author

Andreas Handel

Details

This function is called by the Shiny UIs to populate the documentation and information tabs.