Skip to contents

Runs a demo app with the code

Usage

runDirinputExample()

Value

NA

Details

Runs a demo app with the code. See the code in the example_application folder for how this is accomplished.

Examples

if (interactive()) {
    shiny::runApp(runDirinputExample())
}