run_glossa | R Documentation |
This function launches the GLOSSA Shiny web application.
run_glossa(
request_size_mb = 2000,
launch.browser = TRUE,
port = getOption("shiny.port")
)
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. |
The GLOSSA Shiny app provides an interactive interface for users to access GLOSSA functionalities.
No return value, called to launch the GLOSSA app.
if(interactive()) {
run_glossa()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.