Skip to contents

Walks through setup questions and generates a _shinyelectron.yml configuration file for your Shiny app.

Usage

wizard(appdir)

Arguments

appdir

Character string. Path to the app directory.

Value

Invisible path to the generated config file.

See also

init_config() to create a template config file; show_config() to display the merged effective configuration.

Examples

if (FALSE) { # interactive()
wizard(tempdir())
}