RunShinyWizard {ShinyWizard}R Documentation

Run ShinyWizard builder / project app

Description

Function executes ShinyWizard builder when file location is not provided or project app when project zip file location is provided.

Usage

RunShinyWizard(loc = NULL, devMode = FALSE)

Arguments

loc

file path to app file (*.zip), when NULL runs builder

devMode

when TRUE the developer mode is used. It means all tasks run by separate background jobs and the console is not blocked. It works by R Studio API so works only with R studio. It is mode only for development facilitate. Should not be used for production when compatibility with pure R is required.

Value

No return value, executes R shiny app

Examples



# Run to execute ShinyWizard builder
  RunShinyWizard()

# Run to execute saved project as zip file
  RunShinyWizard("Path-to-project-file") 



[Package ShinyWizard version 1.1.3.11 Index]