runApp | R Documentation |
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(...)
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 |
pavianApp
: Create pavian app (passes arguments to runApp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.