forked from fbreitwieser/pavian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataInputModule.Rd
40 lines (33 loc) · 1.02 KB
/
dataInputModule.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datainput-module.R
\name{dataInputModule}
\alias{dataInputModule}
\title{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{
\item{input}{Scoped input.}
\item{output}{Module output.}
\item{session}{Shiny session.}
\item{config_dir}{Directory for configuration files.}
\item{server_access}{Whether a directory on the server can be loaded.}
\item{load_server_directory}{Load server directory.}
\item{load_example_data}{Load example data.}
\item{pavian_options}{General options for pavian.}
}
\value{
Shiny module server function, to be called by callModule.
}
\description{
Server part of pavian data input module.
}