Learn R Programming

dccvalidator (version 0.3.0)

app_server: App server

Description

Create the server-side component of the dccvalidator Shiny app.

Usage

app_server(input, output, session)

Arguments

input

Shiny input

output

Shiny output

session

Shiny session

Value

none

Examples

Run this code
# NOT RUN {
shinyApp(ui = app_ui, server = app_server)
# }

Run the code above in your browser using DataLab