Description Usage Arguments Value
View source: R/datainput-module.R
Server part of pavian data input module.
1 2 3 4 5 6 | dataInputModule(input, output, session, config_dir = NULL,
server_access = getOption("pavian.server_access", default = FALSE),
load_server_directory = getOption("pavian.load_server_directory",
default = FALSE),
load_example_data = getOption("pavian.load_example_data", default =
FALSE), pavian_options = NULL)
|
input |
Scoped input. |
output |
Module output. |
session |
Shiny session. |
config_dir |
Directory for configuration files. |
server_access |
Whether a directory on the server can be loaded. |
load_server_directory |
Load server directory. |
load_example_data |
Load example data. |
pavian_options |
General options for pavian. |
Shiny module server function, to be called by callModule.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.