Server part of pavian data input module.
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)
Scoped input.
Module output.
Shiny session.
Directory for configuration files.
Whether a directory on the server can be loaded.
Load server directory.
Load example data.
General options for pavian.
Shiny module server function, to be called by callModule.