Run Pavian web interface
runApp(cache_dir = "cache", server_dir = Sys.glob("~"),
server_access = TRUE, load_example_data = FALSE,
load_server_directory = FALSE, maxUploadSize = NULL,
enableBookmarking = "server", ...)pavianApp(...)
Directory to save temporary files.
Directory for sample files.
Allow users to change server directory
Load example data.
Load server directory.
Maximum upload size for reports and BAM files.
Enable bookmarking? Possible values 'disable' or 'server' (default).
Additional arguments to runApp
, such as host
and port
.
pavianApp
: Create pavian app (passes arguments to runApp)