load_data: load_data

Description Usage Arguments Details Value Functions Examples

Description

A shiny module for load_data.

Usage

1
2
3
4
5

Arguments

id

An ID string of module to connecting UI function and Server function.

Details

The module is an UI for user to ...

Value

Functions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
# Set up control UI in app UI
ui <- fluidPage(
  load_data_ui("load_data_module")
)

# Call control server in App server
server <- function(input, output, session) {
  load_data <- load_data_server("load_data_module")
}

# Run testing App for integration testing
load_data_app()

## End(Not run)

chriszheng2016/zstexplorer documentation built on June 13, 2021, 9:47 a.m.