Skip to contents

This function launches the VerR Shiny application, which provides a graphical user interface for managing environments and running expressions.

Usage

VerRapp()

Value

A Shiny application object.

Examples

if (interactive()) {
    VerRapp()
}