Learn R Programming

Rnaught (version 0.1.0)

web: Launch the Rnaught Web Application

Description

This is the entry point of the Rnaught web application, which creates and returns a Shiny app object. When invoked directly, the web application is launched.

Usage

web()

Arguments

Value

A Shiny app object for the Rnaught web application.

Details

The following dependencies are required to run the application:

If any of the above packages are missing during launch, a prompt will appear to install them.

To configure settings such as the port, host or default browser, set Shiny's global options (see shiny::runApp()).