Description Usage Arguments Functions
Run Pavian web interface
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | runApp(
cache_dir = "cache",
server_dir = Sys.glob("~"),
server_access = TRUE,
load_example_data = FALSE,
load_server_directory = FALSE,
maxUploadSize = NULL,
enableBookmarking = "server",
flask_host = NULL,
flask_port = NULL,
db_type = NULL,
db_name = NULL,
db_host = NULL,
db_port = NULL,
db_user = NULL,
db_passwd = NULL,
...
)
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.