powered by
This function launches the GLOSSA Shiny web application.
run_glossa( request_size_mb = 2000, launch.browser = TRUE, port = getOption("shiny.port") )
No return value, called to launch the GLOSSA app.
Maximum request size for file uploads, in megabytes. Default is 2000 MB.
Logical indicating whether to launch the app in the browser (default is TRUE).
Port number for the Shiny app. Uses the port specified by `getOption("shiny.port")` by default.
The GLOSSA Shiny app provides an interactive interface for users to access GLOSSA functionalities.
if(interactive()) { run_glossa() }
Run the code above in your browser using DataLab