Learn R Programming

pavian (version 1.0.0)

dataInputModule: Server part of pavian data input module.

Description

Server part of pavian data input module.

Usage

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)

Arguments

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.

Value

Shiny module server function, to be called by callModule.