express.wrap_express_app

express.wrap_express_app(file)

Wrap a Shiny Express mode app into a Shiny App object.

Parameters

file: Path

The path to the file containing the Shiny express application.

Returns

Type Description
App A shiny.App object.