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. Default ".".

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) { # \dontrun{
wizard("path/to/my/app")
} # }