sdsbrowser: sdsbrowser app

View source: R/app_sdsbrowser.R

sdsbrowserR Documentation

sdsbrowser app

Description

This function starts the sdsbrowser app with shiny::runApp(). Within this function the main user interface is built and the different modules are loaded. All arguments are passed to shiny::runApp(), for port and launch.browser there are defined defaults.

Usage

sdsbrowser(run_app = TRUE, port = 3838, launch.browser = FALSE, ...)

Arguments

run_app

Boolean. Should the app be run (TRUE - Default) or a shiny app object be returned?

port

Integer. The TCP port that the application should listen on. Default: 2779.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Default: FALSE.

...

Additional arguments are passed to shiny::runApp.

Examples


## Not run: 
sdsbrowser::sdsbrowser()

## End(Not run)


Johanna-Mestorf-Academy/sdsbrowser documentation built on March 16, 2024, 12:21 p.m.