runGUI: run the GUI shiny app for the QCA package

Description Usage Arguments Details Author(s)

Description

Runs the graphical user interface app based on the shiny package.

Usage

1
runGUI(x)

Arguments

x

Path to the shiny app.

Details

This function is a wrapper to the runApp() function in package shiny. If x is not provided, it automatically locates the gui directory in the path where the QCA package has been installed, and runs it.

The user interface has an interactive R console in the webpage. Commands are parsed and evaluated into a dedicated environment, with efforts to capture errors and warnings.

Author(s)

Adrian Dusa


QCA documentation built on Nov. 29, 2020, 3:01 p.m.

Related to runGUI in QCA...