View source: R/datainput-module.R
dataInputModuleUI | R Documentation |
UI part of pavian data input module
dataInputModuleUI(
id,
server_access = getOption("pavian.server_access", default = FALSE),
start_with = getOption("pavian.start_data_input_with", "Upload files")
)
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). |
Shiny UI elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.