runApp: Run Pavian web interface

View source: R/runApp.R

runAppR Documentation

Run Pavian web interface

Description

Run Pavian web interface

Usage

runApp(
  cache_dir = "cache",
  server_dir = Sys.glob("~"),
  server_access = TRUE,
  load_example_data = FALSE,
  load_server_directory = FALSE,
  maxUploadSize = NULL,
  enableBookmarking = "server",
  ...
)

pavianApp(...)

Arguments

cache_dir

Directory to save temporary files.

server_dir

Directory for sample files.

server_access

Allow users to change server directory

load_example_data

Load example data.

load_server_directory

Load server directory.

maxUploadSize

Maximum upload size for reports and BAM files.

enableBookmarking

Enable bookmarking? Possible values 'disable' or 'server' (default).

...

Additional arguments to runApp, such as host and port.

Functions

  • pavianApp: Create pavian app (passes arguments to runApp)


fbreitwieser/pavian documentation built on Jan. 5, 2024, 1:43 a.m.