Learn R Programming

glossa (version 1.0.0)

run_glossa: Run GLOSSA Shiny App

Description

This function launches the GLOSSA Shiny web application.

Usage

run_glossa(
  request_size_mb = 2000,
  launch.browser = TRUE,
  port = getOption("shiny.port")
)

Value

No return value, called to launch the GLOSSA app.

Arguments

request_size_mb

Maximum request size for file uploads, in megabytes. Default is 2000 MB.

launch.browser

Logical indicating whether to launch the app in the browser (default is TRUE).

port

Port number for the Shiny app. Uses the port specified by `getOption("shiny.port")` by default.

Details

The GLOSSA Shiny app provides an interactive interface for users to access GLOSSA functionalities.

Examples

Run this code
if(interactive()) {
run_glossa()
}

Run the code above in your browser using DataLab