dataInputModuleUI: UI part of pavian data input module

View source: R/datainput-module.R

dataInputModuleUIR Documentation

UI part of pavian data input module

Description

UI part of pavian data input module

Usage

dataInputModuleUI(
  id,
  server_access = getOption("pavian.server_access", default = FALSE),
  start_with = getOption("pavian.start_data_input_with", "Upload files")
)

Arguments

id

Namespace ID.

server_access

Whether to allow access to server directories.

start_with

One of 'Example data', 'Upload files', and 'Use data on server' (if server_access is TRUE).

Value

Shiny UI elements


fbreitwieser/pavian documentation built on Jan. 5, 2024, 1:43 a.m.