launch_app: Launch BiasCorrector

View source: R/launch_app.R

launch_appR Documentation

Launch BiasCorrector

Description

Launch BiasCorrector

Usage

launch_app(
  port = 3838,
  plotdir = "plots",
  csvdir = "csv",
  logfilename = "biascorrector.log",
  maxfilesize = 100,
  parallel = TRUE
)

Arguments

port

The port, BiasCorrector is running on (default: 3838)

plotdir

A character string. Defaults to 'plots'. This directory is being created inside tempdir.

csvdir

A character string. Defaults to 'csv'. This directory is being created inside tempdir.

logfilename

A character string. The name of the logfile (default = biascorrector.log).

maxfilesize

A positive integer. The maximum file size allowed for upload.

parallel

A boolean. If TRUE (default), initializing 'future::plan("multiprocess")' before running the code.

Value

The function returns the BiasCorrector shiny application.

Examples

if (interactive()) {
launch_app()
}


BiasCorrector documentation built on June 21, 2022, 1:05 a.m.